Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / OnPaintBackground Method / OnPaintBackground(Graphics,Rectangle) Method


In This Topic
    OnPaintBackground(Graphics,Rectangle) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Overloads Sub OnPaintBackground( _
       ByVal g As Graphics, _
       ByVal faceRect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As IElement
    Dim g As Graphics
    Dim faceRect As Rectangle
     
    instance.OnPaintBackground(g, faceRect)
    void OnPaintBackground( 
       Graphics g,
       Rectangle faceRect
    )

    Parameters

    g
    faceRect
    See Also