Calculates the shortest distance from the specified point to the specified polyline.
Namespace: MindFusionAssembly: MindFusion.Common
public static double DistToPolyline ( Point pt, IList line_pts, int nPoints)
Public Shared Function DistToPolyline( _ pt As Point, _ line_pts As IList, _ nPoints As Integer _) As Double
DistToPolyline Method Overload ListUtilities MembersUtilities ClassMindFusion Namespace