TIvoryBitmap
Version 1.0 Beta 2

The bitmap image component.


The component looks like this on the component palette

Description

TIvoryBitmap is a bitmap image component. Like VCL object TBitmap, TIvoryBitmap is an encapsulation of a Windows HBITMAP. TIvoryBitmap is not a descendant of TBitmap. DirectX mode is so much different from standard Windows mode that TBitmap is unsusable with Ivory Draw. Use TIvoryBitmap instead, which is designed especially for Ivory Draw, and it supports very fast direct access to the pixels of the bitmap. A bitmap can be loaded from a file, or can be read from a DLL or from EXE as a resource.

Hierarchy

TObjectTPersistentTComponentTIvoryBitmap

Properties
DllHandle
DllName
FileName
Handle
Height
ResourceName
ScanLine
Width

Methods
~TIvoryBitmap
CreateEmpty
LoadFromDll
LoadFromFile
TIvoryBitmap

Events
OnChange


Back to the Ivory Draw page