TIvoryBitmap
Version 1.0 Beta 4

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 the 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 from a resource.

Hierarchy

TObjectTPersistentTComponent TIvoryResFileBase TIvoryBitmap

Properties
Handle
Height
Pitch
Pixels
ScanLine
Width

Inherited from TIvoryResFileBase:
DllHandle
DllLoaded
DllName
FileName
ResourceName
ShareDll

Methods
~TIvoryBitmap
GetPixels (Docs coming soon...)
TIvoryBitmap
SetPixels (Docs coming soon...)

Inherited from TIvoryResFileBase:
LoadFromDll
LoadFromFile
LoadFromResourceId
LoadFromResourceName

Events
OnChange


Back to the Ivory Draw page