Gets the point from the specified Bézier curve, corresponding to the specified parameter t [0, 1].
Namespace: MindFusionAssembly: MindFusion.Common
public static PointF GetBezierPt ( IList points, int segment, float t)
Public Shared Function GetBezierPt ( _ points As IList, _ segment As Integer, _ t As Single _) As PointF
Utilities MembersUtilities ClassMindFusion Namespace