RotateAngle Property (original) (raw)

Summary

Cumulative rotation angle for this container.

Syntax

C#

Objective-C

C++/CLI

Python

public double RotateAngle {get;} 
- (void)rotateWithAngle:(double)angle NS_SWIFT_NAME(rotate(angle:)); 

public: property double RotateAngle { double get() }

Property Value

The cumulative rotation angle for this container, in degrees.

Remarks

The value of RotateAngle is 0 when the container is created. It is only updated when Rotate is called to contain the cumulative rotation angle for the container. This is the sum of all angle values passed to Rotate. For instance, if Rotate(90) is called twice, then RotateAngle will be 180.

Leadtools.Annotations.Engine Assembly