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.Brushes
Assembly: 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

See Also