|
ION Java User's Guide: ION Java Class and Method Reference |
|
The setStart() method defines the coordinates of the lower left corner of the image.
public void setStart(int x, int y)
public void setStart(float x, float y)
public void setStart(double x, double y)
The x coordinate position of the left edge of the image.
The y coordinate position of the left edge of the image.
None.
IDL Online Help (March 06, 2007)