C# Class GitHub.VisualStudio.SharedResources

Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Windows.Media.DrawingBrush

GetDrawingForIcon() public static méthode

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