Search
InternalUtils.DistToPolyline Method (Point, IList(Point), Int32)
See Also
 






Calculates the shortest distance from the specified point to the specified polyline.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double DistToPolyline (
    Point pt,
    IList<Point> line_pts,
    int nPoints
)

Visual Basic  Copy Code

Public Shared Function DistToPolyline( _
    pt As Point, _
    line_pts As IList(Of Point), _
    nPoints As Integer _
) As Double

 Parameters

pt

line_pts

nPoints

 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