User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.rotationangle

Table of Contents

TGIS_Viewer.RotationAngle property

DK11 for .NET | TatukGIS.NDK.TGIS_Viewer.RotationAngle | Constructors | Fields | Methods | Properties | Events

Angle of viewer rotation in radians.

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

Syntax

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

Value

Type
double
Double

Remarks

If a map is rotated, remember that rotation is treated as projection, so coordinates are transformable. If map will be rotated, the using RestrictedDrag is not recommended.
See also RotationPoint and TGIS_Layer.Unproject.

References

2022/11/30 19:27

Page Tools