Description | Hierarchy | Fields | Methods | Properties |
type TAd2DCustomBitmap = class(TObject)
TAd2DCustomBitmap is the base bitmap class that defines the main bitmap properties.
property Width: integer read FWidth; |
|
property Height: integer read FHeight; |
|
property Size: int64 read FSize; |
|
property Memory: PByte read FMemory; |
property Width: integer read FWidth; |
|
The width of the bitmap in pixels. |
property Height: integer read FHeight; |
|
The height of the bitmap in pixels. |
property Size: int64 read FSize; |
|
The size of the bitmap in bytes. |
property Memory: PByte read FMemory; |
|
Pointer to the top-left pixel in memory. The pixels are in a 4-Byte format (BGRA) and ordered from left to right and top to bottom. |