Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / PaintBackgroundImage Method
Graphics device interface
Rectangular area


In This Topic
    PaintBackgroundImage Method (SuperEditBase)
    In This Topic
    Paints the background image.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintBackgroundImage( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintBackgroundImage(g, r)
    protected override void PaintBackgroundImage( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device interface
    r
    Rectangular area
    See Also