Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP.
@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
ERROR_NULL_ARGUMENT - if the image is null
ERROR_INVALID_ARGUMENT - if the image is not a bitmap or has been disposed
@exception SWTException
ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.