Calculates the shortest distance from the specified point to the specified Bézier curve.
Namespace: MindFusionAssembly: MindFusion.Common
public static float DistToBezier ( PointF pt, IList bez_pts, int nPoints)
Public Shared Function DistToBezier ( _ pt As PointF, _ bez_pts As IList, _ nPoints As Integer _) As Single
Utilities MembersUtilities ClassMindFusion Namespace