ComponentOne InputPanel for WinForms
GetColored Method

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace > StyleGlyphSet Class : GetColored Method
Returns a glyph image that is drawn using the specified foreground color.
Syntax
'Declaration
 
Public Function GetColored( _
   ByVal styleGlyph As StyleGlyph, _
   ByVal foreColor As System.Drawing.Color, _
   ByVal flipRtl As System.Boolean _
) As System.Drawing.Image
public System.Drawing.Image GetColored( 
   StyleGlyph styleGlyph,
   System.Drawing.Color foreColor,
   System.bool flipRtl
)

Parameters

styleGlyph
foreColor
flipRtl
See Also

Reference

StyleGlyphSet Class
StyleGlyphSet Members