User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.Extent property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.Extent | Constructors | Fields | Methods | Properties | Events

Map extent. Encompassing the collective extents of all layers.

Available also on: Delphi FMX | Java | ActiveX.

Syntax

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

Value

2024/12/20 22:00

Page Tools