PdfSolidBrush Class

File
wijmo.pdf.js
Module
wijmo.pdf
Base Class
PdfBrush
Show
   

Represents a brush used to fill an area with a color.

Constructor

Properties

Methods

Constructor

constructor

constructor(color?: any): PdfSolidBrush

Initializes a new instance of the PdfSolidBrush class.

Parameters
Returns
PdfSolidBrush

Properties

color

Gets or sets the color of the brush. The default color is black.

Type
Color

Methods

clone

clone(): PdfSolidBrush

Creates a copy of this PdfSolidBrush.

Returns
PdfSolidBrush

equals

equals(value: PdfSolidBrush): boolean

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

Parameters
Returns
boolean