Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / SolidBrush Class / SolidBrush Constructor
The value of the Color property.

In This Topic
    SolidBrush Constructor
    In This Topic
    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