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