Method CurvetoCubicSmoothAbs
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CurvetoCubicSmoothAbs(float, float, float, float)
Invoked when an absolute smooth cubic bezier curve command has been parsed. The first control point is assumed to be the reflection of the second control point on the previous command relative to the current point.
Command : S
void CurvetoCubicSmoothAbs(float x2, float y2, float x, float y)
Parameters
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