Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / PaintElements Method
Graphics device interface
Rectangle that bounds the container


In This Topic
    PaintElements Method (PSContainer)
    In This Topic
    Paints the object container.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintElements( _
       ByVal g As Graphics, _
       ByVal faceRect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As PSContainer
    Dim g As Graphics
    Dim faceRect As Rectangle
     
    instance.PaintElements(g, faceRect)
    protected override void PaintElements( 
       Graphics g,
       Rectangle faceRect
    )

    Parameters

    g
    Graphics device interface
    faceRect
    Rectangle that bounds the container
    See Also