ActiveReports 13
Implicit Type Conversion Operator (Color)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Color Structure : Implicit Type Conversion Operator
The color.
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

Reference

Color Structure
Color Members