SWT.IMAGE_COPY

The <code>Image</code> constructor argument indicating that the new image should be a copy of the image provided as an argument (value is 0).

class SWT
int IMAGE_COPY;

Meta