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
x1
floatthe relative x coordinate for the first control point
y1
floatthe relative y coordinate for the first control point
x2
floatthe relative x coordinate for the second control point
y2
floatthe relative y coordinate for the second control point
x
floatthe relative x coordinate for the end point
y
floatthe relative y coordinate for the end point
Exceptions
- FormatException
if an error occured while processing the path