Namespace TallComponents.PDF.Layout.Brushes
Class SolidBrush
Solid brush. Used to control how a path is filled.
Syntax
public class SolidBrush
: Brush
Constructors
SolidBrush()
Create a solid black brush.
SolidBrush(Color)
Create a solid brush with specified color.