|
ION Java User's Guide: ION Java Class and Method Reference |
|
The copyArea() method copies an area from one drawable to another.
public void copyArea(int iSource, int iDest, int x, int y, int width, int height, int x2, int y2)
The index of the source drawable.
The index of the destination drawable.
The lower left corner of the area to copy.
The dimensions of the copy area.
The location of the lower left corner of the copy area in the destination.
None.
IDL Online Help (March 06, 2007)