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