ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Color Structure / Implicit Type Conversion Operator
The color.

In This Topic
    Implicit Type Conversion Operator (Color)
    In This Topic
    Performs an implicit conversion from Color to System.UInt32.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal color As Color _
    ) As UInteger
    public uint operator implicit( 
       Color color
    )

    Parameters

    color
    The color.

    Return Value

    The result of the conversion.
    See Also