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

getImage()

The getImage() method returns the image of the current drawing area.

Syntax

public abstract Image getImage()

Arguments

None

Exceptions

None

Example

Image im = draw.getImage();  

  IDL Online Help (March 06, 2007)