[]
Represents the base class of all kinds of brush
public abstract class Brush : GdiObject, IDisposable, ICloneable
This is an abstract class, which is just details that it's ranged to Brush. To use a Brush, you should create an instance from its inherited class. Refer to SolidBrush, HatchBrush, PatternBrush
Name | Description |
---|---|
Brush() |