[]
Adds the "smooth quadratic Bézier curveto" command to the path.
public void AddSmoothQuadraticBezierCurveTo(bool relative, float x, float y)
Public Sub AddSmoothQuadraticBezierCurveTo(relative As Boolean, x As Single, y As Single)
Type | Name | Description |
---|---|---|
bool | relative | Indicates whether the command uses absolute (false) or relative (true) coordinates. |
float | x | The X-coordinate of the destination point. |
float | y | The Y-coordinate of the destination point. |