XRect IntersectsWith Function. Determine if this rectangle intersects with another. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Determine if this rectangle intersects with another.

 

   
Syntax  

[C#]
bool IntersectsWith(XRect rect)

[Visual Basic]
Function IntersectsWith(rect As XRect) As Boolean

 

   

Params
 
Name Description
rect Another rectangle.
return Whether the two rectangles intersect.

 

   

Notes
 

Determine if this rectangle intersects with another.

If a null rectangle is passed this function will return false.

 

   

Example
 

None.