Graphics.Dispose Method ()
.NET Framework (current version)
Releases all resources used by this Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
Implements
IDisposable.Dispose()Calling Dispose allows the resources used by this Graphics to be reallocated for other purposes.
The following code example is designed for use with Windows Forms, and it requires PaintEventArgse, which is a parameter of the Paint event handler. The code performs the following actions:
.NET Framework
Available since 1.1
Available since 1.1
Show: