Method: Gosu.render
- Defined in:
- rdoc/gosu.rb
.render(width, height) { ... } ⇒ Gosu::Image
Records all drawing operations inside the block and returns the result as a new Image.
1221 |
# File 'rdoc/gosu.rb', line 1221 def render(width, height); end |