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

copyArea()

The copyArea() method copies an area from one drawable to another.

Syntax

public void copyArea(int iSource, int iDest, int x, int y, int width, int height, int x2, int y2)

Arguments

iSource

The index of the source drawable.

iDest

The index of the destination drawable.

x, y

The lower left corner of the area to copy.

width, height

The dimensions of the copy area.

x2, y2

The location of the lower left corner of the copy area in the destination.

Exceptions

None.

  IDL Online Help (March 06, 2007)