Represents an abstract class that serves as a base class for all brushes. Instances of any class that derives from this class are used to fill areas and text.
This class is not intended to be instantiated in your code.
clone(): PdfBrush
Creates a copy of this PdfBrush.
equals(value: PdfBrush): boolean
Determines whether the specified PdfBrush instance is equal to the current one.
PdfBrush to compare.
Represents an abstract class that serves as a base class for all brushes. Instances of any class that derives from this class are used to fill areas and text.
This class is not intended to be instantiated in your code.