Skip to content

surf:fillEllipse

CrazedProgrammer edited this page Apr 23, 2017 · 3 revisions

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

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

Draws a filled ellipse.

Clone this wiki locally