Create a solid brush with specified color.

Namespace: TallComponents.PDF.Brushes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public SolidBrush(
	Color color
)
Visual Basic
Public Sub New ( _
	color As Color _
)

Parameters

color
Type: TallComponents.PDF.Colors..::..Color
Color of this SolidBrush.

See Also