Gets the point from the specified bezier curve, corresponding to the specified parameter t [0, 1].
Namespace: MindFusionAssembly: MindFusion.Common
public static Point GetBezierPt ( IList<Point> points, int segment, double t)
Public Shared Function GetBezierPt( _ points As IList(Of Point), _ segment As Integer, _ t As Double _) As Point
Utilities MembersUtilities ClassMindFusion Namespace