newImage
draw.newImage()
Loads an image from a file.
Use it in load
to prepare graphics before displaying them.
draw.newImage(path)
path
String
Path (URL) to the image to be loaded and drawn.
draw.newImage()
Loads an image from a file.
Use it in load
to prepare graphics before displaying them.
draw.newImage(path)
path
String
Path (URL) to the image to be loaded and drawn.