DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.setMapZone | Constructors | Fields | Methods | Properties | Events
Set mapping zone in color map table.
// Delphi protected procedure setMapZone( var _maparray : array of array of Integer; const _color : TGIS_Color; const _zone : TGIS_MapZone );
// C++ Builder protected: void setMapZone( DynamicArray<int> &_maparray, TGIS_Color* const _color, TGIS_MapZone* const _zone );
Name | Type | Description |
---|---|---|
_maparray | array of Integer | mapped colors array |
_color | TGIS_Color | effective color. |
_zone | TGIS_MapZone | define map zone. |