Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Graphics.finalize

Disposes of the resources allocated by this object.

Syntax

protected void finalize()

Remarks

If you create a Graphics object based on a previously created Win32 handle, a call to this method does not free that handle; you must free it manually.

See Also dispose