Determines if this rectangle intersects with rect.
'Declaration
Public Shared Function IntersectsWith( _
ByVal As Windows.Foundation.Rect, _
ByVal As Windows.Foundation.Rect _
) As System.Boolean
public static System.bool IntersectsWith(
Windows.Foundation.Rect ,
Windows.Foundation.Rect
)
Parameters
- r
- One rectangle to test.
- rect
- Another rectangle to test.
Return Value
This method returns true if there is any intersection, otherwise false.