bool ImagickDraw::pathCurveToSmoothAbsolute ( float $x2
, float $y2
, float $x
, float $y
)
ImagickDraw::pathCurveToSmoothAbsolute — Draws a cubic Bezier curve
-
x2
-
x coordinate of the second control point
-
y2
-
y coordinate of the second control point
-
x
-
x coordinate of the ending point
-
y
-
y coordinate of the ending point