XRect FromPoints Function. Create the smallest XRect that encloses all the points supplied. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Create the smallest XRect that encloses all the points supplied.

 

   
Syntax  

[C#]
static XRect FromPoints(XPoint points)

[Visual Basic]
Shared Function FromPoints(points As XPoint) As XRect

 

   

Params
 
Name Description
points The points that should be enclosed.

 

   

Notes
 

Create the smallest XRect that encloses all the points supplied.

If no points or null is supplied then the return value is null.

 

   

Example
 

None.