C# Class GitHub.VisualStudio.SharedResources

Show file Open project: github/VisualStudio

Public Methods

Method Description
GetDrawingForIcon ( Octicon icon, System.Windows.Media.Brush colorBrush, string theme = null ) : System.Windows.Media.DrawingBrush
GetDrawingForIcon ( Octicon icon, Color color, string theme = null ) : System.Windows.Media.DrawingBrush

Method Details

GetDrawingForIcon() public static method

public static GetDrawingForIcon ( Octicon icon, System.Windows.Media.Brush colorBrush, string theme = null ) : System.Windows.Media.DrawingBrush
icon Octicon
colorBrush System.Windows.Media.Brush
theme string
return System.Windows.Media.DrawingBrush

GetDrawingForIcon() public static method

public static GetDrawingForIcon ( Octicon icon, Color color, string theme = null ) : System.Windows.Media.DrawingBrush
icon Octicon
color System.Windows.Media.Color
theme string
return System.Windows.Media.DrawingBrush