User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.addition

Table of Contents

ITGIS_Layer.Addition property

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

Additional blending 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, Transparency is used as the transparency value.
  • If <> 0, the output is blended as: output = output * Transparency/100 + layer * Addition/100.

2026/07/11 00:11

Page Tools