User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.addition

Table of Contents

TGIS_Layer.Addition property

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Addition | Constructors | Fields | Methods | Properties | Events

Additional value.

Available also on: Delphi | Java | ActiveX | 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:31

Page Tools