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






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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

pt

line_pts

nPoints

 Return Value

 See Also