Method CurvetoCubicRel
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CurvetoCubicRel(float, float, float, float, float, float)
Invoked when a relative cubic bezier curve command has been parsed.
Command : c
void CurvetoCubicRel(float x1, float y1, float x2, float y2, float x, float y)
Parameters
x1floatthe relative x coordinate for the first control point
y1floatthe relative y coordinate for the first control point
x2floatthe relative x coordinate for the second control point
y2floatthe relative y coordinate for the second control point
xfloatthe relative x coordinate for the end point
yfloatthe relative y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path