Brush Class
Namespace: System.Drawing · Assembly: GHIElectronics.TinyCLR.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 a new object that is a copy of the current instance. (inherited)
Returns object
Dispose()
public void Dispose()
Releases buffered memory (the unmanaged firmware/application buffers). (inherited)
Dispose(bool disposing)
protected virtual void Dispose(bool disposing)
Closes a response stream, if present. (inherited)
| Parameter | Type | Description |
|---|---|---|
disposing | bool | Not used. |