Search
InternalUtils.CheckIntersect Method
See Also
 





Checks if the specified rectangle and circle intersect.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static bool CheckIntersect (
    PointF pt,
    RectangleF rc,
    float rad
)

Visual Basic  Copy Code

Public Shared Function CheckIntersect( _
    pt As PointF, _
    rc As RectangleF, _
    rad As Single _
) As Boolean

 Parameters

pt

rc

rad

 Return Value

 See Also