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
floatthe relative x coordinate for the control point
y1
floatthe relative y coordinate for the control point
x
floatthe relative x coordinate for the end point
y
floatthe relative x coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path