GetBrushes Method (ExtendedPalette)
In This Topic
Creates the System.Collections.Generic.IList`1 of brushes.
Syntax
'Declaration
Protected Shared Function GetBrushes( _
ByVal As System.Collections.Generic.Dictionary(Of String,IList(Of Integer)), _
ByVal As System.Collections.Generic.Dictionary(Of String,IList(Of Brush)), _
ByVal As System.String _
) As System.Collections.Generic.IList(Of Brush)
protected static System.Collections.Generic.IList<Brush> GetBrushes(
System.Collections.Generic.Dictionary<string,IList<int>> ,
System.Collections.Generic.Dictionary<string,IList<Brush>> ,
System.string
)
Parameters
- clrs
- The System.Collections.Generic.Dictionary`2 of the System.Drawing.KnownColor enumeration.
- brushes
- The System.Collections.Generic.Dictionary`2 of the brushes.
- key
- The key of the value to set.
Return Value
The System.Collections.Generic.IList`1 of created brushes.
See Also