User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.centerptg

Table of Contents

ITGIS_ViewerWnd.CenterPtg property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.CenterPtg | Methods | Properties

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 | .NET WinForms | Java | Python.

Syntax

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

Value

Type
TGIS_Point
2022/11/16 01:12

Page Tools