DisplayImage
CameraAPI.DisplayImage( rows, cols );
int rows The row size of the image.
int cols The column size of the image.
None
Displays an image of the specified size from the primary image buffer in a DS9 program previously launched with LaunchDisplay(). Throws java.lang.Exception if an error occurs. All exceptions can be caught using a try/catch block.