Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16172 программиста и 1779 роботов. Сейчас ищут 1809 программистов ...
Gmagick::annotateimage - Annotates an image with text
Вернуться к: Gmagick
Gmagick::annotateimage
(PECL gmagick >= Unknown)
Gmagick::annotateimage — Annotates an image with text
Описание
public Gmagick Gmagick::annotateimage
( GmagickDraw
$GmagickDraw
, float $x
, float $y
, float $angle
, string $text
)Annotates an image with text.
Список параметров
-
GmagickDraw
-
The GmagickDraw object that contains settings for drawing the text
-
x
-
Horizontal offset in pixels to the left of text
-
y
-
Vertical offset in pixels to the baseline of text
-
angle
-
The angle at which to write the text
-
text
-
The string to draw
Возвращаемые значения
The Gmagick object with annotation made.
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick