ImagickDraw::pathCurveToQuadraticBezierRelative

(PECL imagick 2.0.0) Draws a quadratic Bezier curve bool ImagickDraw::pathCurveToQuadraticBezierRelative ( float $x1, float $y1, float $x, float $y ) Draws a quadratic Bezier curve from the current point to (x,y) using (x1,y1) as the control point using relative coordinates. At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier. Parameters:

ImagickDraw::pathCurveToQuadraticBezierAbsolute

(PECL imagick 2.0.0) Draws a quadratic Bezier curve bool ImagickDraw::pathCurveToQuadraticBezierAbsolute ( float $x1, float $y1, float $x, float $y ) Draws a quadratic Bezier curve from the current point to (x,y) using (x1,y1) as the control point using absolute coordinates. At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier. Parameters:

ImagickDraw::pathCurveToAbsolute

(PECL imagick 2.0.0) Draws a cubic Bezier curve bool ImagickDraw::pathCurveToAbsolute ( float $x1, float $y1, float $x2, float $y2, float $x, float $y ) Draws a cubic Bezier curve from the current point to (x,y) using (x1,y1) as the control point at the beginning of the curve and (x2,y2) as the control point at the end of the curve using absolute coordinates. At the end of the command, the new current point becomes the final

ImagickDraw::pathClose

(PECL imagick 2.0.0) Adds a path element to the current path bool ImagickDraw::pathClose ( void ) Adds a path element to the current path which closes the current subpath by drawing a straight line from the current point to the current subpath's most recent starting point (usually, the most recent moveto point). Returns: No value is returned. This function is c

ImagickDraw::matte

(PECL imagick 2.0.0) Paints on the image's opacity channel bool ImagickDraw::matte ( float $x, float $y, int $paintMethod ) Paints on the image's opacity channel in order to set effected pixels to transparent, to influence the opacity of pixels. Parameters: x x coordinate of the matte y y coordinate of the matte p

ImagickDraw::line

(PECL imagick 2.0.0) Draws a line bool ImagickDraw::line ( float $sx, float $sy, float $ex, float $ey ) Draws a line on the image using the current stroke color, stroke opacity, and stroke width. Parameters: sx starting x coordinate sy starting y coordinate ex ending x coordinate

ImagickDraw::getVectorGraphics

(PECL imagick 2.0.0) Returns a string containing vector graphics string ImagickDraw::getVectorGraphics ( void ) Returns a string which specifies the vector graphics generated by any graphics calls made since the ImagickDraw object was instantiated. Returns: Returns a string containing the vector graphics. This function is currently not documented; only its argu

ImagickDraw::getTextUnderColor

(PECL imagick 2.0.0) Returns the text under color ImagickPixel ImagickDraw::getTextUnderColor ( void ) Returns the color of a background rectangle to place under text annotations. Returns: Returns an ImagickPixel object describing the color. This function is currently not documented; only its argument list is available.

ImagickDraw::getTextKerning

(No version information available, might only be in Git) Description public float ImagickDraw::getTextKerning ( void ) Gets the text kerning. Returns:

ImagickDraw::getTextInterwordSpacing

(No version information available, might only be in Git) Description public float ImagickDraw::getTextInterwordSpacing ( void ) Gets the text interword spacing. Returns: