|
ION Java User's Guide: ION Java Class and Method Reference |
|
Use the createImage() method to create an image of a given size.
public abstract Image createImage(int width, int height)
The width of the requested image
The height of the requested image
None
Image im = draw.createImage(300, 300);
IDL Online Help (March 06, 2007)