Finalize Method (DeviceContext)
In This Topic
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
Syntax
'Declaration
Protected Overrides Sub Finalize()
protected override void Finalize()
See Also