\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / GridRendererOffice2007 Class / UpdateGradientBrush Method

In This Topic
    UpdateGradientBrush Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Function UpdateGradientBrush( _
       ByVal brush As System.Drawing.Drawing2D.LinearGradientBrush, _
       ByVal r As System.Drawing.Rectangle, _
       ByVal c1 As System.Drawing.Color, _
       ByVal c2 As System.Drawing.Color _
    ) As System.Drawing.Drawing2D.LinearGradientBrush
    protected static System.Drawing.Drawing2D.LinearGradientBrush UpdateGradientBrush( 
       System.Drawing.Drawing2D.LinearGradientBrush brush,
       System.Drawing.Rectangle r,
       System.Drawing.Color c1,
       System.Drawing.Color c2
    )

    Parameters

    brush
    r
    c1
    c2
    See Also