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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also