InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Style Class / BrushFromColor Method

In This Topic
    BrushFromColor Method (Style)
    In This Topic
    Returns new System.Drawing.SolidBrush if specified color is not System.Drawing.Color.Transparent or null otherwise.
    Syntax
    'Declaration
     
    Public Shared Function BrushFromColor( _
       ByVal color As Color _
    ) As Brush
    public static Brush BrushFromColor( 
       Color color
    )

    Parameters

    color
    See Also