ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Color Structure / Color Constructor
The value.

In This Topic
    Color Constructor
    In This Topic
    Initializes a new instance of the Color struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Long _
    )
    public Color( 
       long value
    )

    Parameters

    value
    The value.
    See Also