User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.setmapzone_arrayinteger_tgis_color_tgis_mapzone

Table of Contents

TGIS_LayerPixel.setMapZone method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.setMapZone | Constructors | Fields | Methods | Properties | Events

Set mapping zone in color map table.

Available also on: .NET | Java.

Syntax

// 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
  );

Parameters

Name Type Description
_maparray array of Integer mapped colors array
_color TGIS_Color effective color.
_zone TGIS_MapZone define map zone.
2020/05/07 01:08

Page Tools