Method CurvetoQuadraticSmoothRel
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CurvetoQuadraticSmoothRel(float, float)
Invoked when a relative smooth quadratic bezier curve command has been parsed. The control point is assumed to be the reflection of the control point on the previous command relative to the current point.
Command : t
public void CurvetoQuadraticSmoothRel(float x, float y)
Parameters
x
floatthe relative x coordinate for the end point
y
floatthe relative y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path