This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Color.ToARGB
Returns the ARGB value of this color.
[Visual Basic]
Public Function ToARGB() As Integer
[C#]
public int ToARGB();
[C++]
public: int ToARGB();
[JScript]
public function ToARGB() : int;
See Also
Color Structure | Color Members | System.Drawing Namespace