| ArcSegment2FRotationAngle Property |
Gets or sets the angle from the current x-axis to the x-axis of the ellipse.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float RotationAngle { get; set; }
Public Property RotationAngle As Single
Get
Set
public:
property float RotationAngle {
float get ();
void set (float value);
}
member RotationAngle : float32 with get, set
Property Value
Type:
Single
The angle (in radians) from the current x-axis to the x-axis of the ellipse. The default
value is 0.
See Also