User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.temporaryvisibleextent

Table of Contents

TGIS_Viewer.TemporaryVisibleExtent property

DK for .NET | TatukGIS.NDK.TGIS_Viewer.TemporaryVisibleExtent | Constructors | Fields | Methods | Properties | Events

Used to force rendering labels while drawing with tiles.

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

Page Tools