Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / Icon Class / FromVector Method
The icon size.
Indicates the icon color.


In This Topic
    FromVector Method
    In This Topic
    Creates a new instance of Icon with with specified key, size, color and image.
    Syntax
    'Declaration
     
    
    Public Shared Function FromVector( _
       ByVal size As Size, _
       ByVal color As Color, _
       ByVal data As String _
    ) As Icon
    'Usage
     
    
    Dim size As Size
    Dim color As Color
    Dim data As String
    Dim value As Icon
     
    value = Icon.FromVector(size, color, data)
    public static Icon FromVector( 
       Size size,
       Color color,
       string data
    )

    Parameters

    size
    The icon size.
    color
    Indicates the icon color.
    data
    See Also