Search
InternalUtils.MinDistToRect Method
See Also
 






Calculates the minimum distance between a given point and a given rectangle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double MinDistToRect (
    Point pt,
    Rect rc
)

Visual Basic  Copy Code

Public Shared Function MinDistToRect( _
    pt As Point, _
    rc As Rect _
) As Double

 Parameters

pt

rc

 Return Value

 Remarks

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

 See Also