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

In This Topic
    IsColorTransparent Method
    In This Topic
    Tests whether specified color is transparent.
    Syntax
    'Declaration
     
    Public Shared Function IsColorTransparent( _
       ByVal color As Color _
    ) As Boolean
    public static bool IsColorTransparent( 
       Color color
    )

    Parameters

    color
    The color to test.

    Return Value

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