Skip to content

surf:fillRect

CrazedProgrammer edited this page Apr 23, 2017 · 3 revisions

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

  • x, y (int)
    Rectangle position
  • width, height (int)
    Rectangle size
  • b, t, c (colour)
    Drawing colour

Draws a filled rectangle.

Clone this wiki locally