Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / PaintPicture Method
Graphic device interface
Bounding rectangle for the picture


In This Topic
    PaintPicture Method (TextShape)
    In This Topic
    Paints the picture inside the specified rectangle.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintPicture( _
       ByVal g As Graphics, _
       ByVal rPict As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As TextShape
    Dim g As Graphics
    Dim rPict As Rectangle
     
    instance.PaintPicture(g, rPict)
    protected virtual void PaintPicture( 
       Graphics g,
       Rectangle rPict
    )

    Parameters

    g
    Graphic device interface
    rPict
    Bounding rectangle for the picture
    See Also