User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.locktransparent_integer

Table of Contents

ITGIS_RendererAbstract.LockTransparent method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.LockTransparent | Methods | Properties

Begin of drawing in a layer transparency mode.

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

Syntax

// C#
public void LockTransparent(
  int _transparency
);
' VisualBasic
Public Sub LockTransparent(
  ByVal _transparency As Integer
)
// Oxygene
public
  procedure LockTransparent(
    _transparency : Integer
  );

Parameters

Name Type Description
_transparency int
Integer
0.100 where 0 means fully transparent and 100 solid
2024/12/20 22:16

Page Tools