Skip to content

surf:drawArc

CrazedProgrammer edited this page Apr 23, 2017 · 2 revisions

surf:drawArc(x, y, width, height, fromangle, toangle[, b, t, c])

  • x, y (int)
    Ellipse position
  • width, height (int)
    Ellipse size (diameter)
  • fromangle (float)
    Starting angle
  • toangle (float)
    Ending angle
  • b, t, c (colour)
    Drawing colour

Draws an arc (a part of an ellipse).

Clone this wiki locally