PdfSolidBrush constructor

PdfSolidBrush(
  1. PdfColor color
)

Initializes a new instance of the PdfSolidBrush class.

Implementation

PdfSolidBrush(this.color);