Search
InternalUtils.DistToRectPoint Method
See Also
 






Returns the nearest to pt point that lies on the outline of rectangle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Point DistToRectPoint (
    Point pt,
    Rect r
)

Visual Basic  Copy Code

Public Shared Function DistToRectPoint( _
    pt As Point, _
    r As Rect _
) As Point

 Parameters

pt

r

 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