public method resize(width as Int, height as Int) as Void:
image = new Image() image.load("image.png") image.resize(200, 200)