User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.temporaryvisibleextent

Table of Contents

IGIS_Viewer.TemporaryVisibleExtent property

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.TemporaryVisibleExtent | Methods | Properties

Used to force rendering labels while drawing with tiles.

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

Syntax

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

Value

Remarks

Only for internal use of TatukGIS

For detailed discusssion see Tiled export and print.

2025/01/31 01:03

Page Tools