Resize an image
Monkey Forums/Monkey Code/Resize an image
| ||
I can't resize an image, And I really need to. [Import mojo Class Game Extends App Field image:Image Method OnCreate() SetUpdateRate 30 image=LoadImage("keyboard.png") End Method OnRender() Cls DrawImage image,0,0 End End Function Main() New Game() End] |
| ||
See my reply here: http://www.monkey-x.com/Community/posts.php?topic=8463 |