User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_bitmapformat

Table of Contents

TGIS_BitmapFormat enum

DK for ActiveX | TatukGIS_XDK11.TGIS_BitmapFormat | Enums

Supported bitmap memory formats for TGIS_Bitmap pixel data.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Members

Name Value Description
Native 0 Platform native bitmap memory format.
ARGB 1 Pixel channel order stored as Alpha, Red, Green, Blue (ARGB).
ABGR 2 Pixel channel order stored as Alpha, Blue, Green, Red (ABGR).

2026/07/11 00:07

Page Tools