MindFusion.Wpf Pack Programmer's Guide
Utilities.CheckIntersect Method
See Also
 





Checks if the specified rectangle and circle intersect.

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static bool CheckIntersect (
    Point pt,
    Rect rc,
    double rad
)

Visual Basic  Copy Code

Public Shared Function CheckIntersect( _
    pt As Point, _
    rc As Rect, _
    rad As Double _
) As Boolean

 Parameters

pt
A Point specifying the radius of a circle.
rc
A Rect instance specifying a rectangle.
rad
A double value specifying the circle's radius.

 Return Value

true if the shapes intersect, otherwise false.

 See Also

Utilities Members
Utilities Class
MindFusion Namespace