User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmapformat

Table of Contents

TGIS_BitmapFormat enum

DK11 for Delphi | GisTypesUI.TGIS_BitmapFormat | Enums

TGIS_Bitmap supported formats

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

Syntax

// Delphi
type
  TGIS_BitmapFormat = (
    Native, ARGB, ABGR
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_BitmapFormat unsigned short {
  Native, ARGB, ABGR
};

Members

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

2022/11/30 19:19

Page Tools