ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Utils Class / IsColorEmpty Method
The color to test.

In This Topic
    IsColorEmpty Method
    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 System.Drawing.Color _
    ) As System.Boolean
    public static System.bool IsColorEmpty( 
       System.Drawing.Color color
    )

    Parameters

    color
    The color to test.

    Return Value

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