Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16241 программист и 1779 роботов. Сейчас ищут 1815 программистов ...
GmagickDraw::ellipse - Draws an ellipse on the image
Вернуться к: GmagickDraw
GmagickDraw::ellipse
(PECL gmagick >= Unknown)
GmagickDraw::ellipse — Draws an ellipse on the image
Описание
public GmagickDraw GmagickDraw::ellipse
( float
$ox
, float $oy
, float $rx
, float $ry
, float $start
, float $end
)Draws an ellipse on the image.
Список параметров
-
ox
-
origin x ordinate
-
oy
-
origin y ordinate
-
rx
-
radius in x
-
ry
-
radius in y
-
start
-
starting rotation in degrees
-
end
-
ending rotation in degrees
Возвращаемые значения
The GmagickDraw object on success
Вернуться к: GmagickDraw