ImagickDraw::getFont

(PECL imagick 2.0.0) Returns the font string ImagickDraw::getFont ( void ) Returns a string specifying the font used when annotating with text. Returns: Returns a string on success and false if no font is set. This function is currently not documented; only its argument list is available.

ImagickDraw::getFillRule

(PECL imagick 2.0.0) Returns the fill rule int ImagickDraw::getFillRule ( void ) Returns the fill rule used while drawing polygons. Returns: Returns a FILLRULE_ constant This function is currently not documented; only its argument list is available.

ImagickDraw::getFillOpacity

(PECL imagick 2.0.0) Returns the opacity used when drawing float ImagickDraw::getFillOpacity ( void ) Returns the opacity used when drawing using the fill color or fill texture. Fully opaque is 1.0. Returns: The opacity. This function is currently not documented; only its argument list is available.

ImagickDraw::getFillColor

(PECL imagick 2.0.0) Returns the fill color ImagickPixel ImagickDraw::getFillColor ( void ) Returns the fill color used for drawing filled objects. Returns: Returns an ImagickPixel object. This function is currently not documented; only its argument list is available.

ImagickDraw::getClipUnits

(PECL imagick 2.0.0) Returns the interpretation of clip path units int ImagickDraw::getClipUnits ( void ) Returns the interpretation of clip path units. Returns: Returns an int on success. This function is currently not documented; only its argument list is available.

ImagickDraw::getClipRule

(PECL imagick 2.0.0) Returns the current polygon fill rule int ImagickDraw::getClipRule ( void ) Returns the current polygon fill rule to be used by the clipping path. Returns: Returns one of the FILLRULE_ constants. This function is currently not documented; only its argument list is available.

ImagickDraw::getClipPath

(PECL imagick 2.0.0) Obtains the current clipping path ID string ImagickDraw::getClipPath ( void ) Obtains the current clipping path ID. Returns: Returns a string containing the clip path ID or false if no clip path exists. This function is currently not documented; only its argument list is available.

ImagickDraw::ellipse

(PECL imagick 2.0.0) Draws an ellipse on the image bool ImagickDraw::ellipse ( float $ox, float $oy, float $rx, float $ry, float $start, float $end ) Draws an ellipse on the image. Parameters: ox Draws an ellipse on the image. oy Draws an ellipse on the image. rx Draws an ellipse on the image.

ImagickDraw::destroy

(PECL imagick 2.0.0) Frees all associated resources bool ImagickDraw::destroy ( void ) Frees all resources associated with the ImagickDraw object. Returns: No value is returned. This function is currently not documented; only its argument list is available.

ImagickDraw::__construct

(PECL imagick 2.0.0) The ImagickDraw constructor ImagickDraw::__construct ( void ) The ImagickDraw constructor Returns: No value is returned. This function is currently not documented; only its argument list is available.