User Tools

Site Tools


api:dk11:python:tatukgis.pdk.igis_viewer.rotationangle

Table of Contents

IGIS_Viewer.RotationAngle property

DK11 for Python | tatukgis.pdk.IGIS_Viewer.RotationAngle | Methods | Properties

Angle of viewer rotation in radians.

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

Syntax

# Python
@property
def RotationAngle(
  self
) -> float: 
 
@RotationAngle.setter
def RotationAngle(
  self,
  _value: float
) -> None: 

Value

Type
float

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.

2023/08/09 01:51

Page Tools