Method CurvetoQuadraticSmoothAbs
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CurvetoQuadraticSmoothAbs(float, float)
Invoked when an absolute 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 CurvetoQuadraticSmoothAbs(float x, float y)
Parameters
xfloatthe absolute x coordinate for the end point
yfloatthe absolute y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path