ImagickDraw::setFillOpacity

(PECL imagick 2.0.0) Sets the opacity to use when drawing using the fill color or fill texture bool ImagickDraw::setFillOpacity ( float $fillOpacity ) Sets the opacity to use when drawing using the fill color or fill texture. Fully opaque is 1.0. Parameters: fillOpacity the fill opacity Returns: No value is returned.

ImagickDraw::setFillColor

(PECL imagick 2.0.0) Sets the fill color to be used for drawing filled objects bool ImagickDraw::setFillColor ( ImagickPixel $fill_pixel ) Sets the fill color to be used for drawing filled objects. Parameters: fill_pixel ImagickPixel to use to set the color Returns: No value is returned. This function is curre

ImagickDraw::setFillAlpha

(PECL imagick 2.0.0) Sets the opacity to use when drawing using the fill color or fill texture bool ImagickDraw::setFillAlpha ( float $opacity ) Sets the opacity to use when drawing using the fill color or fill texture. Fully opaque is 1.0. Parameters: opacity fill alpha Returns: No value is returned. This fun

ImagickDraw::setClipUnits

(PECL imagick 2.0.0) Sets the interpretation of clip path units bool ImagickDraw::setClipUnits ( int $clip_units ) Sets the interpretation of clip path units. Parameters: clip_units the number of clip units Returns: No value is returned. This function is currently not documented; only its argument list is avai

ImagickDraw::setClipRule

(PECL imagick 2.0.0) Set the polygon fill rule to be used by the clipping path bool ImagickDraw::setClipRule ( int $fill_rule ) Set the polygon fill rule to be used by the clipping path. Parameters: fill_rule FILLRULE_ constant Returns: No value is returned. This function is currently not documented; only its

ImagickDraw::setClipPath

(PECL imagick 2.0.0) Associates a named clipping path with the image bool ImagickDraw::setClipPath ( string $clip_mask ) Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as long as it remains in effect. Parameters: clip_mask the clipping path name Returns: No value is returned.

ImagickDraw::scale

(PECL imagick 2.0.0) Adjusts the scaling factor bool ImagickDraw::scale ( float $x, float $y ) Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space. Parameters: x horizontal factor y vertical factor Returns: No value is returned.

ImagickDraw::roundRectangle

(PECL imagick 2.0.0) Draws a rounded rectangle bool ImagickDraw::roundRectangle ( float $x1, float $y1, float $x2, float $y2, float $rx, float $ry ) Draws a rounded rectangle given two coordinates, x & y corner radiuses and using the current stroke, stroke width, and fill settings. Parameters: x1 x coordinate of the top left corner y1

ImagickDraw::rotate

(PECL imagick 2.0.0) Applies the specified rotation to the current coordinate space bool ImagickDraw::rotate ( float $degrees ) Applies the specified rotation to the current coordinate space. Parameters: degrees degrees to rotate Returns: No value is returned. This function is currently not documented; only it

ImagickDraw::resetVectorGraphics

(No version information available, might only be in Git) Description public void ImagickDraw::resetVectorGraphics ( void ) Resets the vector graphics. Returns: