Creates a color object from the ARGB (32 bit) value;
[Visual Basic] Overloads Public Shared Function FromARGB( _ ByVal argb As Integer _ ) As Color [C#] public static Color FromARGB( int argb ); [C++] public: static Color FromARGB( int argb ); [JScript] public static function FromARGB( argb : int ) : Color;
Color Structure | Color Members | System.Drawing Namespace | Color.FromARGB Overload List