[]
Abstract base class for brushes.
public abstract class Brush
protected Brush()
For internal use. Gets or sets the resolution of the target graphics.
public float Resolution { get; set; }
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