Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 138427 программистов и 945 роботов. Сейчас ищут 963 программиста ...
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