public method crop(x as Int, y as Int, width as Int, height as Int) as Void:
image = new Image() image.load("image.png") image.crop(0, 0, 100, 100)