The Intersect(AnnRectangle,AnnRectangle) Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Returns an
AnnRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.
Syntax
Parameters
- a
- A rectangle to intersect.
- b
- A rectangle to intersect
Return Value
A third
AnnRectangle structure the size of which represents the overlapped area of the two specified rectangles.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also