User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewer.rotationpoint

Table of Contents

ITGIS_Viewer.RotationPoint property

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

Point of viewer rotation in map units.

Available also on: Delphi | .NET | 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.

References

2022/11/30 19:10

Page Tools