MAUI Pack Programmer's Guide
InternalUtils.CheckIntersect Method
See Also
 






Checks if the specified rectangle and circle intersect.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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

rc

rad

 Return Value

 Remarks

This method supports the MindFusion.Diagramming for MAUI infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace