'Declaration Protected Shared Function CreateBrushes( _ ByVal clrs As System.Collections.Generic.IList(Of Integer) _ ) As System.Collections.Generic.List(Of Brush)
protected static System.Collections.Generic.List<Brush> CreateBrushes( System.Collections.Generic.IList<int> clrs )
Parameters
- clrs
- The System.Collections.Generic.IList`1 of the System.Drawing.KnownColor enumeration.
Return Value
The System.Collections.Generic.List`1 of created System.Drawing.SolidBrush elements.