编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 surrounds the image with a borderphp gmagick renders the gmagickdraw object on the current imagephp gmagick check if the image has a matte channelphp gmagick enhances the contrast of a color imagephp gmagick removes an image from the image listphp gmagick sets the image composite operatorphp gmagick sets the image typephp 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 gmagickdraw specifies the text code setphp imagickdraw draws text on the imagephp imagickdraw draws color on imagephp imagickdraw draws an ellipse on the image
关注编程学问公众号
编程学问网 湘ICP备20001732号