Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Utils Class / IsColorEmpty Method
The color to test.

In This Topic
    IsColorEmpty Method (Utils)
    In This Topic
    Tests whether the specified color is invisible (i.e. equals System.Drawing.Color.Empty or System.Drawing.Color.Transparent).
    Syntax
    'Declaration
     
    Public Shared Function IsColorEmpty( _
       ByVal color As Color _
    ) As Boolean
    public static bool IsColorEmpty( 
       Color color
    )

    Parameters

    color
    The color to test.

    Return Value

    true if the specified color is invisible, false otherwise.
    See Also