ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / C1Colors Class / FromRgb Method / FromRgb(Int32) Method

In This Topic
    FromRgb(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromRgb( _
       ByVal v As System.Integer _
    ) As System.Drawing.Color
    public static System.Drawing.Color FromRgb( 
       System.int v
    )

    Parameters

    v
    See Also