ImagickDraw::setStrokePatternURL

(PECL imagick 2.0.0) Sets the pattern used for stroking object outlines bool ImagickDraw::setStrokePatternURL ( string $stroke_url ) Sets the pattern used for stroking object outlines. Parameters: stroke_url stroke URL Returns: imagick.imagickdraw.return.success; This function is currently not documented; only

ImagickDraw::setStrokeOpacity

(PECL imagick 2.0.0) Specifies the opacity of stroked object outlines bool ImagickDraw::setStrokeOpacity ( float $stroke_opacity ) Specifies the opacity of stroked object outlines. Parameters: stroke_opacity stroke opacity. 1.0 is fully opaque Returns: No value is returned. This function is currently not docum

ImagickDraw::setStrokeMiterLimit

(PECL imagick 2.0.0) Specifies the miter limit bool ImagickDraw::setStrokeMiterLimit ( int $miterlimit ) Specifies the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter length to the 'lineWidth'. Pa

ImagickDraw::setStrokeLineJoin

(PECL imagick 2.0.0) Specifies the shape to be used at the corners of paths when they are stroked bool ImagickDraw::setStrokeLineJoin ( int $linejoin ) Specifies the shape to be used at the corners of paths (or other vector shapes) when they are stroked. Parameters: linejoin LINEJOIN_ constant Returns: No value is returned.

ImagickDraw::setStrokeLineCap

(PECL imagick 2.0.0) Specifies the shape to be used at the end of open subpaths when they are stroked bool ImagickDraw::setStrokeLineCap ( int $linecap ) Specifies the shape to be used at the end of open subpaths when they are stroked. Parameters: linecap LINECAP_ constant Returns: No value is returned. This f

ImagickDraw::setStrokeDashOffset

(PECL imagick 2.0.0) Specifies the offset into the dash pattern to start the dash bool ImagickDraw::setStrokeDashOffset ( float $dash_offset ) Specifies the offset into the dash pattern to start the dash. Parameters: dash_offset dash offset Returns: No value is returned. This function is currently not document

ImagickDraw::setStrokeDashArray

(PECL imagick 2.0.0) Specifies the pattern of dashes and gaps used to stroke paths bool ImagickDraw::setStrokeDashArray ( array $dashArray ) Specifies the pattern of dashes and gaps used to stroke paths. The strokeDashArray represents an array of numbers that specify the lengths of alternating dashes and gaps in pixels. If an odd number of values is provided, then the list of values is repeated to yield an even number of val

ImagickDraw::setStrokeColor

(PECL imagick 2.0.0) Sets the color used for stroking object outlines bool ImagickDraw::setStrokeColor ( ImagickPixel $stroke_pixel ) Sets the color used for stroking object outlines. Parameters: stroke_pixel the stroke color Returns: No value is returned. This function is currently not documented; only its ar

ImagickDraw::setStrokeAntialias

(PECL imagick 2.0.0) Controls whether stroked outlines are antialiased bool ImagickDraw::setStrokeAntialias ( bool $stroke_antialias ) Controls whether stroked outlines are antialiased. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used. Parameters: stroke_

ImagickDraw::setStrokeAlpha

(PECL imagick 2.0.0) Specifies the opacity of stroked object outlines bool ImagickDraw::setStrokeAlpha ( float $opacity ) Specifies the opacity of stroked object outlines. Parameters: opacity opacity Returns: No value is returned. This function is currently not documented; only its argument list is available.