User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.rotationpoint

Table of Contents

ITGIS_ViewerWnd.RotationPoint property

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

Point of viewer rotation in map units.

Available also on: Delphi FMX | .NET WinForms | Java | Python.

Syntax

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

Value

Type
TGIS_Point

Remarks

See also RotationAngle.

Example

This is a simple code how to set a rotation point. Suppose we have a GIS object of TGIS_ViewerWnd class.

2022/11/16 01:12

Page Tools