User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.addition

Table of Contents

ITGIS_Layer.Addition property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Addition | Methods | Properties

Additional value.

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

Syntax

// C#
public Integer Addition
{
  get {}
  set {}
}
' VisualBasic
Public Property Addition As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property Addition : Integer read read;

Value

Type
int
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:09

Page Tools