[]
        
Gets the 32-bit ARGB value of this Color structure.
public int ToArgb()
Public Function ToArgb() As Integer
| Type | Description | 
|---|---|
| int | The 32-bit ARGB value of this Color structure.  | 
    
Invoke this function only if the Type is ARGB and IsKnownColor() is false.
The Tint value isn't applied to the result.