User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_pixelformat

Table of Contents

TGIS_PixelFormat enum

DK for .NET | TatukGIS.NDK.TGIS_PixelFormat | Enums

Platform independent pixel format specification.

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

Syntax

// C#
public enum TGIS_PixelFormat
{
  Bit1, Bit4, Bit8, RGB, ARGB, Custom
}
' VisualBasic
Public Enum TGIS_PixelFormat
  Bit1
  Bit4
  Bit8
  RGB
  ARGB
  Custom
End Enum
// Oxygene
type
  TGIS_PixelFormat = public (
    Bit1, Bit4, Bit8, RGB, ARGB, Custom
  );

Members

Name Value Description
Bit1 1 bit per pixel.
Bit4 4 bits per pixel.
Bit8 8 bits per pixel.
RGB 24 bits per pixel in RGB.
ARGB 32 bits per pixel in ARGB.
Custom Custom for special use.

2026/07/11 01:13

Page Tools