User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_paramspixel.greenmapzones

Table of Contents

TGIS_ParamsPixel.GreenMapZones property

DK11 for .NET | TatukGIS.NDK.TGIS_ParamsPixel.GreenMapZones | Constructors | Methods | Properties

List of zones for mapping the green channel. Each entry consist of: "start_value,end_value,start_value_mapped,end_value_mapped". e.g., "0,255,64,127" will shrink the values.

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

Syntax

// C#
public TGIS_StringList GreenMapZones
{
  get {}
}
' VisualBasic
Public Property GreenMapZones As TGIS_StringList
  Get
  End Get
End Property
// Oxygene
public
  property GreenMapZones : TGIS_StringList read;

Value

Type
TStringList
TGIS_StringList
2022/11/30 19:26

Page Tools