Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / PaintElements Method
Graphic interface device
Rectangle of the face


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

    Parameters

    g
    Graphic interface device
    faceRect
    Rectangle of the face
    See Also