Circle2d.Quadrant Method

Computes a new point on one of the circles quadrants.
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

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