Table of Contents

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

void CurvetoQuadraticAbs(float x1, float y1, float x, float y)

Parameters

x1 float

the absolute x coordinate for the control point

y1 float

the absolute y coordinate for the control point

x float

the absolute x coordinate for the end point

y float

the absolute x coordinate for the end point

Exceptions

FormatException

if an error occured while processing the path