Method CurvetoQuadraticAbs
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CurvetoQuadraticAbs(float, float, float, float)
Invoked when an absolute quadratic bezier curve command has been parsed.
Command : Q
public void CurvetoQuadraticAbs(float x1, float y1, float x, float y)
Parameters
x1
floatthe absolute x coordinate for the control point
y1
floatthe absolute y coordinate for the control point
x
floatthe absolute x coordinate for the end point
y
floatthe absolute x coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path