User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.addition

Table of Contents

TGIS_Layer.Addition property

DK11 for Delphi | GisLayer.TGIS_Layer.Addition | Constructors | Fields | Methods | Properties | Events | Events

Additional value.

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

Syntax

// Delphi
public
  property Addition : Integer read write;
// C++ Builder
public:
  __property int Addition = {read, write};

Value

Type
Integer

Remarks

  • If, 0 then Transparency will be used as transparent value
  • If <> 0, then means: (output = output * Transparency/100 + layer * Addition/100).

2022/11/16 01:18

Page Tools