BitmapOrder property (Main Control)
|
Builder Syntax |
int BitmapOrder; |
|
Delphi Syntax |
BitmapOrder: Integer; |
|
Overview |
Remarks
Indicates the Order of the bitmap loaded in main control.
Possible values are:
|
Value |
Meaning |
|
ORDER_RGB |
Red, Green, Blue Order. |
|
ORDER_BGR |
Blue, Green, Red Order. |
|
ORDER_GRAY |
Gray Order. |
See Also
|
Elements: |
GetBitmapRow method, GetBitmapRowCol method, PutBitmapRowCol method,BitmapBytesPerLine Property, PutBitmapRow method. |
|
Topics: |