Skip to main content

Brush Class

NuGet: GHIElectronics.TinyCLR.Drawing
Assembly: GHIElectronics.TinyCLR.Drawing
Namespace: System.Drawing

Abstract base for objects that fill graphics shapes (rectangles, ellipses, paths).

public abstract class Brush : MarshalByRefObject, ICloneable, IDisposable

Methods

Clone()

public abstract object Clone()

Creates an exact copy of this brush.

Returns object

Dispose()

public void Dispose()

Releases the resources used by this brush.

Dispose(bool disposing)

protected virtual void Dispose(bool disposing)

Releases the resources used by this brush.