[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathBuilder.AddSmoothQuadraticBezierCurveTo

AddSmoothQuadraticBezierCurveTo Method

AddSmoothQuadraticBezierCurveTo(bool, float, float)

Adds the "smooth quadratic Bézier curveto" command to the path.

Declaration
public void AddSmoothQuadraticBezierCurveTo(bool relative, float x, float y)
Public Sub AddSmoothQuadraticBezierCurveTo(relative As Boolean, x As Single, y As Single)
Parameters
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.