WebPlanner Programmer's Guide

Utilities.DistToBezier Method

See Also
 


Calculates the shortest distance from the specified point to the specified Bézier curve.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static float DistToBezier (
    PointF pt,
    IList bez_pts,
    int nPoints
)

Visual Basic  Copy Code

Public Shared Function DistToBezier ( _
    pt As PointF, _
    bez_pts As IList, _
    nPoints As Integer _
) As Single

 Parameters

pt
bez_pts
nPoints

 Return Value

 See Also