public Image ( String name, int x, int y, int sourceX, int sourceY, int w = SCREEN_WIDTH, int h = SCREEN_HEIGHT, int scale = 1, int rotation ) : void | ||
name | String | |
x | int | |
y | int | |
sourceX | int | |
sourceY | int | |
w | int | |
h | int | |
scale | int | |
rotation | int | |
return | void |