Returns an
LeadRect structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Overloads Public Shared Function Intersect( _
ByVal a As LeadRect, _
ByVal b As LeadRect _
) As LeadRect |
Parameters
- a
- A rectangle to intersect.
- b
- A rectangle to intersect
Return Value
A third
LeadRect structure the size of which represents the overlapped area of the two specified rectangles.
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
See Also