Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / PaintElements Method
Graphics device
Rectangle bounding the area


In This Topic
    PaintElements Method (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintElements( _
       ByVal g As Graphics, _
       ByVal faceRect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ElementControl
    Dim g As Graphics
    Dim faceRect As Rectangle
     
    instance.PaintElements(g, faceRect)
    protected virtual void PaintElements( 
       Graphics g,
       Rectangle faceRect
    )

    Parameters

    g
    Graphics device
    faceRect
    Rectangle bounding the area
    See Also