User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.visibleextent

Table of Contents

TGIS_ViewerWnd.VisibleExtent property

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.VisibleExtent | Constructors | Fields | Methods | Properties | Events

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

Available also on: Delphi FMX | Java | ActiveX.

Syntax

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

Value

2025/01/31 01:14

Page Tools