User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bitmapformat

Table of Contents

TGIS_BitmapFormat enum

DK11 for Java | tatukgis.jdk.TGIS_BitmapFormat | Enums

TGIS_Bitmap supported formats

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

Syntax

// Java
public enum TGIS_BitmapFormat {
  Native, ARGB, ABGR
}
// 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:36

Page Tools