[]
Creates a cubic Bezier curve between the current point and the specified endpoint.
void AddBezier(BezierSegment bezier)
Type | Name | Description |
---|---|---|
BezierSegment | bezier | A structure that describes the control points and endpoint of the Bezier curve to add. |