PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new instance of the PDFBrush class

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFBrush(
	Color color
)
Visual Basic (Declaration)
Public Sub New ( _
	color As Color _
)
Visual C++
public:
PDFBrush(
	Color color
)

Parameters

color
Type: System.Drawing..::.Color

See Also