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