When a path is drawn, enclosed areas are filled using a brush.
Brush is an abstract base class for all brushes.
Namespace: TallComponents.PDF.BrushesAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public abstract class Brush : ICloneable |
| Visual Basic |
|---|
Public MustInherit Class Brush _ Implements ICloneable |
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Brushes..::..Brush
TallComponents.PDF.Brushes..::..GradientBrush
TallComponents.PDF.Brushes..::..SolidBrush
TallComponents.PDF.Brushes..::..TilingBrush
TallComponents.PDF.Brushes..::..Brush
TallComponents.PDF.Brushes..::..GradientBrush
TallComponents.PDF.Brushes..::..SolidBrush
TallComponents.PDF.Brushes..::..TilingBrush