SpreadsheetGear 2023
FromArgb(Int32) Method


SpreadsheetGear.Drawing Namespace > Color Structure > FromArgb Method : FromArgb(Int32) Method
Syntax
'Declaration
 
Public Overloads Shared Function FromArgb( _
   ByVal argb As System.Integer _
) As Color
'Usage
 
Dim argb As System.Integer
Dim value As Color
 
value = Color.FromArgb(argb)
public static Color FromArgb( 
   System.int argb
)

Parameters

argb
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Color Structure
Color Members
Overload List