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


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

    Parameters

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