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.
// 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;
Type |
---|
TGIS_Point |
See also RotationAngle.
This is a simple code how to set a rotation point. Suppose we have a GIS object of TGIS_ViewerWnd class.