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

GmagickDraw::annotate

(PECL gmagick >= Unknown)

GmagickDraw::annotateDraws text on the image

Beschreibung

public GmagickDraw::annotate(float $x, float $y, string $text): GmagickDraw

Draws text on the image.

Parameter-Liste

x

x ordinate to left of text

y

y ordinate to text baseline

text

text to draw

Rückgabewerte

The GmagickDraw object.