DK for ActiveX | TatukGIS_XDK11.TGIS_BitmapFormat | Enums
TGIS_Bitmap supported formats
// C# public enum TGIS_BitmapFormat { Native = 0, ARGB = 1, ABGR = 2 }
' VisualBasic Public Enum TGIS_BitmapFormat Native = 0 ARGB = 1 ABGR = 2 End Enum
// Oxygene type TGIS_BitmapFormat = public ( Native = 0, ARGB = 1, ABGR = 2 );
| Name | Value | Description | |
|---|---|---|---|
| Native | 0 | System native format. | |
| ARGB | 1 | ARGB order. | |
| ABGR | 2 | ABGR order. | |