Returns an
LogicalRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.
Syntax
Parameters
- rect1
- A rectangle to intersect.
- rect2
- A rectangle to intersect
Return Value
A third
LogicalRectangle 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