ColorValue.ToArgb() Method (Microsoft.DirectX.Direct3D)
Returns an Int32 value that represents the color value of the current instance.
Definition
Visual Basic Public Function ToArgb() As Integer C# public int ToArgb(); C++ public:
int ToArgb();JScript public function ToArgb() : int;
Return Value
System.Int32
An Int32 value that represents the color value of the current instance.