User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_bitmapformat

Table of Contents

TGIS_BitmapFormat enum

DK11 for .NET | TatukGIS.NDK.TGIS_BitmapFormat | Enums

TGIS_Bitmap supported formats

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

Syntax

// C#
public enum TGIS_BitmapFormat
{
  Native, ARGB, ABGR
}
' VisualBasic
Public Enum TGIS_BitmapFormat
  Native
  ARGB
  ABGR
End Enum
// Oxygene
type
  TGIS_BitmapFormat = public (
    Native, ARGB, ABGR
  );

Members

Name Value Description
Native System native format.
ARGB ARGB order.
ABGR ABGR order.

2022/11/30 19:27

Page Tools