User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.visibleextent

Table of Contents

ITGIS_ViewerWnd.VisibleExtent property

DK for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.VisibleExtent | Methods | Properties

Extent of the map that is visible in the window. On setting an optimal zoom will be calculated.

Available also on: Delphi FMX | .NET WinForms | Java.

Syntax

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

Value

2025/01/31 01:05

Page Tools