User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.Center property

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

Center the screen based on given point. Useful for "Center on Click". See property CenterPtg.

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

Syntax

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

Value

Type
TGIS_Point
2022/11/16 01:38

Page Tools