array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'gmagick.drawimage.php', 1 => 'Gmagick::drawimage', 2 => 'Renders the GmagickDraw object on the current image', ), 'up' => array ( 0 => 'class.gmagick.php', 1 => 'Gmagick', ), 'prev' => array ( 0 => 'gmagick.destroy.php', 1 => 'Gmagick::destroy', ), 'next' => array ( 0 => 'gmagick.edgeimage.php', 1 => 'Gmagick::edgeimage', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gmagick/gmagick/drawimage.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Gmagick::drawimage

(PECL gmagick >= Unknown)

Gmagick::drawimageRenders the GmagickDraw object on the current image

Beschreibung

public Gmagick::drawimage(GmagickDraw $GmagickDraw): Gmagick

Renders the GmagickDraw object on the current image.

Parameter-Liste

GmagickDraw

The drawing operations to render on the image.

Rückgabewerte

The drawn Gmagick object.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.