Search
Utilities.DistToBezier Method
See Also
 






Calculates the shortest distance from the specified point to the specified bezier curve.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static double DistToBezier (
    Point pt,
    IList bez_pts,
    int nPoints
)

Visual Basic  Copy Code

Public Shared Function DistToBezier( _
    pt As Point, _
    bez_pts As IList, _
    nPoints As Integer _
) As Double

 Parameters

pt

bez_pts

nPoints

 Return Value

 See Also