Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / PaintText Method
Graphics device
Bounding rectangle for the text


In This Topic
    PaintText Method (PSObject)
    In This Topic
    Draws the text.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintText( _
       ByVal g As Graphics, _
       ByVal rText As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As PSObject
    Dim g As Graphics
    Dim rText As Rectangle
     
    instance.PaintText(g, rText)
    protected override void PaintText( 
       Graphics g,
       Rectangle rText
    )

    Parameters

    g
    Graphics device
    rText
    Bounding rectangle for the text
    See Also