Skip to content

surf:drawEllipse

CrazedProgrammer edited this page Apr 23, 2017 · 3 revisions

surf:drawEllipse(x, y, width, height[, b, t, c])

  • x, y (int)
    Ellipse left-top position
  • width, height (int)
    Ellipse size (diameter)
  • b, t, c (colour)
    Drawing colour

Draws an outline of an ellipse.

Clone this wiki locally