Table of Contents

Method CurvetoQuadraticRel

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

CurvetoQuadraticRel(float, float, float, float)

Invoked when a relative quadratic bezier curve command has been parsed.

Command : q

public void CurvetoQuadraticRel(float x1, float y1, float x, float y)

Parameters

x1 float

the relative x coordinate for the control point

y1 float

the relative y coordinate for the control point

x float

the relative x coordinate for the end point

y float

the relative x coordinate for the end point

Exceptions

FormatException

if an error occured while processing the path