Overview | Methods | This Package | All Packages
Retrieves the Win32 handle to this image.
Syntax
public abstract int getHandle()
Return Value
Returns the handle to this image.
Remarks
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.