Image.copyHandle

Overview | Methods | This Package | All Packages

Image.copyHandle

Retrieves a copy of the Win32 handle for the image on which this object is based.

Syntax

public abstract int copyHandle()

Return Value

Returns a copy of the Win32 handle to the image that underlies this object.

Remarks

Classes that extend the Image class use the copyHandle method to duplicate their underlying handle.