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