Recycles the canvas.
Syntax

[C#]

virtual void Dispose();

[Visual Basic]

Overidable Sub Dispose()
Notes

Canvas objects implement IDisposable. They can therefore be recycled in order to release memory. Alternatively you can call Clear.

See Also

Clear

Example

None.