编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 haruimage get the height of the imagephp ktaglib id3v2 attachedpictureframe sets the frame picture to the given imagephp imagick adds new image to imagick object image listphp imagick reduces the speckle noise in an imagephp imagick returns the filename of a particular image in a sequencephp imagick gets the image ticks per secondphp imagick creates a new image as a copyphp imagickdraw draws text on the imagephp imagickdraw draws color on imagephp imagickdraw draws an ellipse on the image
关注编程学问公众号
编程学问网 湘ICP备20001732号