Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarTextElement Class / Dopaint Method
Graphics device interface for painting
Rectangle that contains the element


In This Topic
    Dopaint Method (FpStatusBarTextElement)
    In This Topic
    Paints the element.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Dopaint( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As FpStatusBarTextElement
    Dim g As Graphics
    Dim r As Rectangle
     
    instance.Dopaint(g, r)
    public override void Dopaint( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics device interface for painting
    r
    Rectangle that contains the element
    See Also