DiagramLite Programmer's Guide
Utilities.GetBezierPt Method
See Also
 





Gets the point from the specified bezier curve, corresponding to the specified parameter t [0, 1].

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public static Point GetBezierPt (
    List<Point> points,
    int segment,
    double t
)

Visual Basic  Copy Code

Public Shared Function GetBezierPt( _
    points As List(Of Point), _
    segment As Integer, _
    t As Double _
) As Point

 Parameters

points

segment

t

 Return Value

 See Also

Utilities Members
Utilities Class
MindFusion.Diagramming Namespace