Calculates the shortest distance from the specified point to the specified bezier curve.
Namespace: MindFusionAssembly: MindFusion.Diagramming.Wpf
public static double DistToBezier ( Point pt, IList bez_pts, int nPoints)
Public Shared Function DistToBezier( _ pt As Point, _ bez_pts As IList, _ nPoints As Integer _) As Double
Utilities MembersUtilities ClassMindFusion Namespace