MindFusion.Wpf Pack Programmer's Guide
Rect.Intersects Method
See Also
 





Tests whether this rectangle intersects with the specified rectangle.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool Intersects (
    Rect rect
)

Visual Basic  Copy Code

Public Function Intersects( _
    rect As Rect _
) As Boolean

 Parameters

rect

A Rect instance.

 Return Value

true if the rectangles intersect, otherwise false.

 See Also

Rect Members
Rect Class
MindFusion.Mapping Namespace