Click or drag to resize

BrushDispose Method

Releases all resource used by the Brush object.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
Call Dispose when you are finished using the Brush. The Dispose method leaves the Brush in an unusable state. After calling Dispose, you must release all references to the Brush so the garbage collector can reclaim the memory that the Brush was occupying.
See Also