Method: Gosu.draw_rect
- Defined in:
- rdoc/gosu.rb
.draw_rect(x, y, width, height, c, z = 0, mode = :default) ⇒ void
This method returns an undefined value.
Draws a rectangle (actually a quad, or two triangles).
1123 |
# File 'rdoc/gosu.rb', line 1123 def draw_rect(x, y, width, height, c, z=0, mode=:default); end |