GC.copyArea

Copies a rectangular area of the receiver at the specified position into the image, which must be of type <code>SWT.BITMAP</code>.

@param image the image to copy into @param x the x coordinate in the receiver of the area to be copied @param y the y coordinate in the receiver of the area to be copied

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the image is null</li> <li>ERROR_INVALID_ARGUMENT - if the image is not a bitmap or has been disposed</li> </ul> @exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

Meta