Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / PaintTextAndPicture Method
Graphics device
Rectangle bounding both the text and picture


In This Topic
    PaintTextAndPicture Method (ElementWindowless)
    In This Topic
    Paints the text and picture in the element.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintTextAndPicture( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.PaintTextAndPicture(g, r)
    protected virtual void PaintTextAndPicture( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device
    r
    Rectangle bounding both the text and picture
    See Also