Microsoft SDK for Java

Pen.finalize

Frees the resources allocated by this object.

Syntax

protected void finalize() throws Throwable

Exceptions

Throwable thrown if this object's resources could not be freed.

Remarks

A call to finalize is equivalent to a call to the Pen object's dispose method.

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