DrawingContext::DisposeCore Method ()

 

Releases all resources used by the DrawingContext.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void DisposeCore() abstract

Exception Condition
ObjectDisposedException

The object has already been closed or disposed.

Do not call this method directly from your code; use the IDisposable::Dispose method instead.

.NET Framework
Available since 3.0
Return to top
Show: