'Declaration Protected Shared Function GetBrushes( _ ByVal clrs As Dictionary(Of String,IList(Of Integer)), _ ByVal brushes As Dictionary(Of String,IList(Of Brush)), _ ByVal key As String _ ) As IList(Of Brush)
protected static IList<Brush> GetBrushes( Dictionary<string,IList<int>> clrs, Dictionary<string,IList<Brush>> brushes, string key )
Parameters
- clrs
- The Dictionary of the System.Drawing.KnownColor enumeration.
- brushes
- The Dictionary of the brushes.
- key
- The key of the value to set.
Return Value
The IList of created brushes.