ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfColor Class / IsTransparent Method
A drawing (media) color.

In This Topic
    IsTransparent Method
    In This Topic
    Whether is transparent color.
    Syntax
    'Declaration
     
    Public Shared Function IsTransparent( _
       ByVal clr As System.Drawing.Color _
    ) As System.Boolean
    public static System.bool IsTransparent( 
       System.Drawing.Color clr
    )

    Parameters

    clr
    A drawing (media) color.

    Return Value

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