ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / SolidBrush Class / SolidBrush Constructor / SolidBrush Constructor(Color)
A Color structure that indicates the color of this SolidBrush object.

In This Topic
    SolidBrush Constructor(Color)
    In This Topic
    Initializes a new instance of the SolidBrush class with the specified color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color _
    )
    public SolidBrush( 
       Color color
    )

    Parameters

    color
    A Color structure that indicates the color of this SolidBrush object.
    Remarks
    The Color property is set to the color specified by the color parameter. The Width property is set to 1 (default).
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also