Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / ToGdiColor Method / ToGdiColor(Color) Method
The color data


In This Topic
    ToGdiColor(Color) Method
    In This Topic
    Gets the corresponding GDI+ color.
    Syntax
    'Declaration
     
    
    Overloads Function ToGdiColor( _
       ByVal color As Color _
    ) As Color
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim color As Color
    Dim value As Color
     
    value = instance.ToGdiColor(color)
    Color ToGdiColor( 
       Color color
    )

    Parameters

    color
    The color data

    Return Value

    A System.Drawing.Color value represents the corresponding GDI+ color.
    See Also