PdfBrush Class

File
wijmo.pdf.js
Module
wijmo.pdf
Derived Classes
PdfGradientBrush, PdfSolidBrush

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.

Methods

Methods

clone

clone(): PdfBrush

Creates a copy of this PdfBrush.

Returns
PdfBrush

equals

equals(value: PdfBrush): boolean

Determines whether the specified PdfBrush instance is equal to the current one.

Parameters
Returns
boolean