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