Method: Gosu::Image#draw
- Defined in:
- rdoc/gosu.rb
#draw(x, y, z = 0, scale_x = 1, scale_y = 1, color = 0xff_ffffff, mode = :default) ⇒ void
This method returns an undefined value.
Draws the image with its top left corner at (x, y).
479 |
# File 'rdoc/gosu.rb', line 479 def draw(x, y, z=0, scale_x=1, scale_y=1, color=0xff_ffffff, mode=:default); end |