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 Function Quadrant( _ 
ByVal q As Integer
) As Point2d
This language is not supported or no code example is available.
public Point2d Quadrant( 
int q 
)
This language is not supported or no code example is available.
public:  
Point2d^ Quadrant( 
int q 
)
This language is not supported or no code example is available.
public function Quadrant( 
q : int 
) : Point2d;
This language is not supported or no code example is available.

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