Home > PHP > Function > > ImagickDraw::ellipse()

ImagickDraw::ellipse()

ImagickDraw::ellipse - Draws an ellipse on the image

Syntax

bool ImagickDraw::ellipse (float $ox, float $oy, float $rx, float $ry, float $start, float $end)

Arguments

  • ox
  • oy
  • rx
  • ry
  • start
  • end

Description

Draws an ellipse on the image.

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.