[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.PaintBackgroundImage

PaintBackgroundImage Method

PaintBackgroundImage(Graphics, Rectangle)

Draws the background image.

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

Graphics device

Rectangle r

Bounding rectangle for the object

Overrides