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.0.0.0 (1.0.0.0)

Syntax

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

See Also