InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / StyleGlyphSet Class / GetColored Method

In This Topic
    GetColored Method (StyleGlyphSet)
    In This Topic
    Returns a glyph image that is drawn using the specified foreground color.
    Syntax
    'Declaration
     
    Public Function GetColored( _
       ByVal styleGlyph As StyleGlyph, _
       ByVal foreColor As Color, _
       ByVal flipRtl As Boolean _
    ) As Image
    public Image GetColored( 
       StyleGlyph styleGlyph,
       Color foreColor,
       bool flipRtl
    )

    Parameters

    styleGlyph
    foreColor
    flipRtl
    See Also