[]
Abstract base class for brushes.
public abstract class Brush
protected Brush()
Gets a value indicating whether the brush is actually visible.
public abstract bool Visible { get; }
Returns True if the specified brush is the same as the current brush.
protected abstract bool SameBrush(Brush brush)
brush
Brush