[]
Draw a cubic Bezier curve along the specified points.
void CubicBezierTo(Point control1, Point control2, Point end)
Sub CubicBezierTo(control1 As Point, control2 As Point, [end] As Point)
Type | Name | Description |
---|---|---|
Point | control1 | The first control point of the cubic Bezier curve. |
Point | control2 | The second control point of the cubic Bezier curve. |
Point | end | The end point of the cubic Bezier curve. |