Method: Gosu.scale
- Defined in:
- rdoc/gosu.rb
.scale(scale_x, scale_y = scale_x) ⇒ void .scale(scale_x, scale_y, around_x, around_y) ⇒ void
This method returns an undefined value.
Scales all drawing operations inside the block.
1255 |
# File 'rdoc/gosu.rb', line 1255 def scale(scale_x, scale_y, around_x, around_y); end |