Skip to content

surf:drawRect

CrazedProgrammer edited this page Apr 23, 2017 · 3 revisions

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

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

Draws an outline of a rectangle.

Clone this wiki locally