MindFusion.Wpf Pack Programmer's Guide
Utilities.DistToBezier Method
See Also
 





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

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 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

Utilities Members
Utilities Class
MindFusion Namespace