CADability dotNET
Quadrant of the angle. Yields 0 to 3. 0: right top, 1: left top, 2: left bottom, 3: right bottom

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public int Quadrant { get; }
Visual Basic
Public ReadOnly Property Quadrant As Integer
	Get
Visual C++
public:
property int Quadrant {
	int get ();
}

See Also