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