|
ION Java User's Guide: ION Java Class and Method Reference |
|
Use the readImage() method to read the contents of the current drawable.
readImage()
readImage(int x0, int y0, int width, int height)
The x start position of the rectangle to read
The y start position of the rectangle to read
The width of the rectangle to read
The height of the rectangle to read
None
Image im = readImage(); Image im = readImage( x0, y0, width, height);
IDL Online Help (March 06, 2007)