Retrieves the Win32 handle to this image.
public abstract int getHandle()
Returns the handle to this image.
In classes that extend the Image class, the override of this method is generally not a copy of the icon handle. Therefore, this handle should not be freed by the caller.