User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.CenterPtg property

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

Point on which Viewer will be centered during Zoom. Will not modify the Viewport. Will set up the point without re centering the screen. See property Center.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

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

Value

Type
TGIS_Point
2022/11/16 01:38

Page Tools