User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_pixels

TGIS_Pixels type

DK11 for Delphi | GisTypesUI.TGIS_Pixels | Constants | Enums | Fields | Methods | Classes | Records | Types

Platform independent storage for pixels as 32bit array (for ARGB support)

Available also on: ActiveX | Python.

Syntax

// Delphi
type
  TGIS_Pixels = array of Int32;
// C++ Builder
public:
  DynamicArray<Int32*> TGIS_Pixels;
2024/04/28 01:23

Page Tools