Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.