[C#]
virtual void Dispose();
[Visual Basic]
Overidable Sub Dispose()
Canvas objects implement IDisposable. They can therefore be recycled in order to release memory. Alternatively you can call Clear.
Clear
None.