Documents for PDF, .NET Edition Documentation
SolidBrush Constructor

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Drawing Namespace > SolidBrush Class : SolidBrush Constructor
The value of the Color property.
Initializes a new instance of the SolidBrush class.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As System.Drawing.Color _
)
public SolidBrush( 
   System.Drawing.Color color
)

Parameters

color
The value of the Color property.
See Also

Reference

SolidBrush Class
SolidBrush Members