Previous ION Java User's Guide: ION Java Class and Method Reference Next

createImage()

Use the createImage() method to create an image of a given size.

Syntax

public abstract Image createImage(int width, int height)

Arguments

width

The width of the requested image

height

The height of the requested image

Exceptions

None

Example

Image im = draw.createImage(300, 300);  

  IDL Online Help (March 06, 2007)