ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Palettes Namespace / ExtendedPalette Class / GetBrushes Method
The Dictionary of the System.Drawing.KnownColor enumeration.
The Dictionary of the brushes.
The key of the value to set.

In This Topic
    GetBrushes Method
    In This Topic
    Creates the IList of brushes.
    Syntax
    'Declaration
     
    Protected Shared Function GetBrushes( _
       ByVal clrs As Dictionary(Of String,IList(Of Integer)), _
       ByVal brushes As Dictionary(Of String,IList(Of Brush)), _
       ByVal key As String _
    ) As IList(Of Brush)

    Parameters

    clrs
    The Dictionary of the System.Drawing.KnownColor enumeration.
    brushes
    The Dictionary of the brushes.
    key
    The key of the value to set.

    Return Value

    The IList of created brushes.
    See Also