User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmaptype

Table of Contents

TGIS_BitmapType enum

DK11 for Delphi | GisTypesUI.TGIS_BitmapType | Enums

TGIS_Bitmap underlaying native bitmap type

Available also on: .NET | Java.

Syntax

// Delphi
type
  TGIS_BitmapType = (
    VCL, FMX, Skia, D2D
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_BitmapType unsigned short {
  VCL, FMX, Skia, D2D
};

Members

Name Value Description
VCL VCL bitmap.
FMX FMX bitmap.
Skia Skia image.
D2D D2D bitmap.

2024/08/22 01:07

Page Tools