C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Palettes Namespace / ExtendedPalette Class / CreateBrushes Method
The System.Collections.Generic.IList`1 of the System.Drawing.KnownColor enumeration.

In This Topic
CreateBrushes Method (ExtendedPalette)
In This Topic
Creates the brushes list for extended palettes.
Syntax
'Declaration
 
Protected Shared Function CreateBrushes( _
   ByVal clrs As System.Collections.Generic.IList(Of Integer) _
) As System.Collections.Generic.List(Of Brush)
 

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.
See Also