编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « GmagickDraw::bezier
  • GmagickDraw::getfillcolor »
  • PHP Manual
  • GmagickDraw
  • Draws an ellipse on the image

GmagickDraw::ellipse

(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.

参数

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

相关文章
php gmagick renders the gmagickdraw object on the current imagephp gmagickdraw draws text on the imagephp gmagickdraw draws an arcphp gmagickdraw draws a bezier curvephp gmagickdraw draws an ellipse on the imagephp gmagickdraw draws a pointphp gmagickdraw draws a polygonphp gmagickdraw draws a polylinephp gmagickdraw draws a rectanglephp gmagickdraw draws a rounded rectanglephp imagick surrounds the image with a borderphp imagick adds a comment to your imagephp imagick deciphers an imagephp imagick applies an expression to an imagephp imagick returns the image border colorphp imagick gets the image delayphp imagick gets the image iterationsphp imagickdraw draws text on the imagephp imagickdraw draws color on imagephp imagickdraw draws an ellipse on the image
关注编程学问公众号
编程学问网 湘ICP备20001732号