ImagickDraw::pathCurveToSmoothAbsolute
ImagickDraw::pathCurveToSmoothAbsolute
(PECL imagick 2.0.0)
ImagickDraw::pathCurveToSmoothAbsolute — Draws a cubic Bezier curve
Description
bool ImagickDraw::pathCurveToSmoothAbsolute ( float $x2 , float $y2 , float $x , float $y )
Warning
This function is currently not documented; only its argument list is available.
Draws a cubic Bezier curve from the current point to (x,y) using absolute coordinates. The first control point is assumed to be the reflection of the second control point on the previous command relative to the current poi