ComponentOne FinancialChart for WPF
C1.WPF Namespace / ColorEx Class / GetIntColor Method
Color in each platform.



In This Topic
    GetIntColor Method
    In This Topic
    Convert color in platforms to a int color.
    Syntax
    'Declaration
     
    
    Public Shared Function GetIntColor( _
       ByVal color As Object _
    ) As Integer
    'Usage
     
    
    Dim color As Object
    Dim value As Integer
     
    value = ColorEx.GetIntColor(color)
    public static int GetIntColor( 
       object color
    )
    public:
    static int GetIntColor( 
       Object^ color
    ) 

    Parameters

    color
    Color in each platform.

    Return Value

    a color defined in a int value.
    See Also