[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.PaintPicture

PaintPicture Method

PaintPicture(Graphics, Rectangle)

Paints the picture inside the specified rectangle.

Declaration
protected override void PaintPicture(Graphics g, Rectangle rPict)
Protected Overrides Sub PaintPicture(g As Graphics, rPict As Rectangle)
Parameters
Type Name Description
Graphics g

Graphic device interface

Rectangle rPict

Bounding rectangle for the picture

Overrides