Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / PaintBackColor Method
Graphics device
Bounding rectangle for the background color


In This Topic
    PaintBackColor Method (BannerShape)
    In This Topic
    Paints the background color.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintBackColor( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As BannerShape
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintBackColor(g, r)
    protected virtual void PaintBackColor( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device
    r
    Bounding rectangle for the background color
    See Also