NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Color.FromARGB (Int32)

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;

Parameters

argb
[To be supplied.]

See Also

Color Structure | Color Members | System.Drawing Namespace | Color.FromARGB Overload List