Home > PHP > Function > Printer > printer_draw_elipse()

printer_draw_elipse()

printer_draw_elipse - Draw an ellipse

Syntax

printer_draw_elipse (resource $printer_handle, int $ul_x, int $ul_y, int $lr_x, int $lr_y)

Arguments

  • printer_handle - printer_handle must be a valid printer handle.
  • ul_x - ul_x is the upper left x coordinate of the ellipse.
  • ul_y - ul_y is the upper left y coordinate of the ellipse.
  • lr_x - lr_x is the lower right x coordinate of the ellipse.
  • lr_y - lr_y is the lower right y coordinate of the ellipse.

Description

The function draws an ellipse.

Version

PHP PECL printer SVN

Return value

No value is returned.