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





Returns the intersection of this rectangle with the specified rectangle.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Rect Intersect (
    Rect rect
)

Visual Basic  Copy Code

Public Function Intersect( _
    rect As Rect _
) As Rect

 Parameters

rect

A Rect instance.

 Return Value

A Rect representing the intersection of the two rectangles.

 See Also

Rect Members
Rect Class
MindFusion.Mapping Namespace