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