Circle2d.Quadrant Method

Computes a new point on one of the circles quadrants.
public Point2d Quadrant( 
   int q 
)

Parameters

q
int

A number 0-3 of the quadrant wanted. 0 is the quadrant to the left of center, 1=up, 2=left 3=down. Note that qudrants out of the range 0-3 will work as well.

Return Value

Point2d

.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