Microsoft SDK for Java

Image.dispose

Frees all the resources allocated by this object.

Syntax

public void dispose()

Remarks

In classes that extend the Image object, a call to this method typically frees only resources allocated by the subclass itself and renders the object unusable.

See Also   finalize

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