ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Palettes Namespace / ExtendedPalette Class / CreateBrushes Method
The IList of the System.Drawing.KnownColor enumeration.

In This Topic
    CreateBrushes Method
    In This Topic
    Creates the brushes list for extended palettes.
    Syntax
    '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.
    See Also