(PECL gmagick >= Unknown)
GmagickDraw::ellipse — Draws an ellipse on the image
public GmagickDraw::ellipse( float $ox, float $oy, float $rx, float $ry, float $start, float $end ): GmagickDraw
Draws an ellipse on the image.
oxorigin x ordinate
oyorigin y ordinate
rxradius in x
ryradius in y
startstarting rotation in degrees
endending rotation in degrees
The GmagickDraw object.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/gmagickdraw.ellipse.php