XRect GetCorners Function. Get the four corners of the rectangle. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Get the four corners of the rectangle.

 

   
Syntax  

[C#]
XPoint[] GetCorners()

[Visual Basic]
Sub GetCorners() As XPoint()

 

   

Params
 
Name Description
return The four corners of the rectangle.

 

   

Notes
 

Get the four corners of the rectangle. The first item in the array is the bottom left and subsequent corners are presented clockwise from that point.

 

   

Example
 

None.