Gets or sets the rotation angle of the bounding rectangle around the z-axis.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public double RotationAngle { get; set; }
Visual Basic (Declaration)
Public Property RotationAngle As Double
Visual C++
public:
property double RotationAngle {
	double get ();
	void set (double value);
}

Field Value

The rotation angle of the bounding rectangle around the z-axis.

Remarks

The rotation angle follows the right-hand rule, i.e. a positive rotation angle rotates counterclockwise around the z-axis when viewed against the z-axis.

See Also