Ellipse2d.Quadrant Method

Returns a new point on the ellipse that is a point on one of the ellipses extremes in the ellipse local coordinate system. The point is always computed as if the ellipse is a full ellipse and not an arc.
public Point2d Quadrant( 
   int q 
)

Parameters

q
int

An integer in the range 0-3. 0=right, 1=up, 2=left, 3=bottom. If this number is out of range the modulus of it is used.

Return Value

Point2d

A point on the full ellipses circumference beeing one of the quadrant points.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition