BitmapOrder property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int BitmapOrder;

Delphi Syntax

BitmapOrder: Integer;

Overview

Examining and Altering Bitmaps

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:

Raster Images: Getting / Setting Rows from Bitmaps