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


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

    Parameters

    g
    faceRect
    See Also