OverlayRotationAngle Property |
Gets or sets the counter-clockwise rotation of the overlay, in radians. The overlay is rotated around the point
specified by the
RotationPoint property.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual double RotationAngle { get; set; }
Public Overridable Property RotationAngle As Double
Get
Set
public:
virtual property double RotationAngle {
double get ();
void set (double value);
}
abstract RotationAngle : float with get, set
override RotationAngle : float with get, set
Property Value
Type:
DoubleSee Also