C# Class ShaderTools.VisualStudio.Hlsl.Glyphs.GlyphExtensions

ファイルを表示 Open project: tgjones/HlslTools

Public Methods

Method Description
GetGlyph ( this symbol ) : Glyph
GetIcon ( this glyph, DispatcherGlyphService glyphService ) : Icon
GetImageSource ( this glyph, DispatcherGlyphService glyphService ) : System.Windows.Media.ImageSource
GetStandardGlyphGroup ( this glyph ) : StandardGlyphGroup

Method Details

GetGlyph() public static method

public static GetGlyph ( this symbol ) : Glyph
symbol this
return Glyph

GetIcon() public static method

public static GetIcon ( this glyph, DispatcherGlyphService glyphService ) : Icon
glyph this
glyphService DispatcherGlyphService
return System.Drawing.Icon

GetImageSource() public static method

public static GetImageSource ( this glyph, DispatcherGlyphService glyphService ) : System.Windows.Media.ImageSource
glyph this
glyphService DispatcherGlyphService
return System.Windows.Media.ImageSource

GetStandardGlyphGroup() public static method

public static GetStandardGlyphGroup ( this glyph ) : StandardGlyphGroup
glyph this
return StandardGlyphGroup