ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Color Structure / FromArgb Method / FromArgb(Int32,Color) Method
A.
The c.

In This Topic
    FromArgb(Int32,Color) Method
    In This Topic
    Creates new color from color components.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromArgb( _
       ByVal a As Integer, _
       ByVal c As Color _
    ) As Color
    public static Color FromArgb( 
       int a,
       Color c
    )

    Parameters

    a
    A.
    c
    The c.
    See Also