User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramspixel.transparentzones

Table of Contents

ITGIS_ParamsPixel.TransparentZones property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsPixel.TransparentZones | Methods | Properties

List of transparent zones. Each entry consist of: "start_color, end_color". E.g, "$000000, $5F5f5f".

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

Syntax

// C#
public TGIS_StringList TransparentZones
{
  get {}
}
' VisualBasic
Public Property TransparentZones As TGIS_StringList
  Get
  End Get
End Property
// Oxygene
public
  property TransparentZones : TGIS_StringList read;

Value

Remarks

Colors can be expressed as:

  • hexadecimal RGB color ($FF0000 for red)
  • integer RGB color (16711680 for red )
  • blue:green:red (0::0:255 for red)
  • color names:
    • AQUA
    • BLACK
    • FUCHSIA
    • GRAY
    • LIME
    • MAROON
    • NAVY
    • OLIVE
    • PURPLE
    • SILVER
    • TEAL
    • WHITE
    • YELLOW
If last parameter of the Zone is BGR (like $000000, $5F5f5f, BGR) then hexadecimal and integer values will be interpreted in BGR order ($0000FF for red) .

2022/11/30 19:09

Page Tools