Image.dispose

Overview | Methods | This Package | All Packages

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