XRect Intersect Function. Intersects this rectangle with another rectangle. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Intersects this rectangle with another rectangle.

 

   
Syntax  

[C#]
void Intersect(XRect rect)

[Visual Basic]
Sub Intersect(rect As XRect)

 

   

Params
 
Name Description
rect Another rectangle. The supplied rectangle is left unchanged by this function.

 

   

Notes
 

This rectangle becomes the intersection of this rectangle and the supplied rectangle.

If a null rectangle is passed, this rectangle will remain unchanged.

 

   

Example
 

None.