WebPlanner Programmer's Guide

Utilities.GetBezierPt Method

See Also
 


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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static PointF GetBezierPt (
    IList points,
    int segment,
    float t
)

Visual Basic  Copy Code

Public Shared Function GetBezierPt ( _
    points As IList, _
    segment As Integer, _
    t As Single _
) As PointF

 Parameters

points
segment
t

 Return Value

 See Also