PDFBrush¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines PDF brush.
Remarks
The brush is used to fill a path with a color.
Constructors¶
PDFBrush()¶
Initializes a new PDFBrush object.
Remarks
The brush is initialized with a default RGB black color.
PDFBrush(PDFColor)¶
Initializes a new PDFBrush object.
Parameters
color PDFColor
The brush color.
Properties¶
Color¶
Gets or sets the color.
Property Value
PDFColor
The brush color.