Resize an image

Monkey Forums/Monkey Code/Resize an image

Citty(Posted 2014) [#1]
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]


Raph(Posted 2014) [#2]
See my reply here: http://www.monkey-x.com/Community/posts.php?topic=8463