DK11 for Delphi | GisTypesUI.TGIS_BitmapFormat | Enums
TGIS_Bitmap supported formats
// Delphi type TGIS_BitmapFormat = ( Native, ARGB, ABGR );
// C++ Builder enum DECLSPEC_DENUM TGIS_BitmapFormat unsigned short { Native, ARGB, ABGR };
Name | Value | Description | |
---|---|---|---|
Native | System native format. | ||
ARGB | ARGB order. | ||
ABGR | ABGR order. | ||