Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / PaintChildren Method
Graphics object
Rectangle object


In This Topic
    PaintChildren Method
    In This Topic
    Paints any children in the container.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintChildren( _
       ByVal g As Graphics, _
       ByVal faceRect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As SpreadChildControlContainer
    Dim g As Graphics
    Dim faceRect As Rectangle
     
    instance.PaintChildren(g, faceRect)
    protected virtual void PaintChildren( 
       Graphics g,
       Rectangle faceRect
    )

    Parameters

    g
    Graphics object
    faceRect
    Rectangle object
    See Also