[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.OnPaintBackground

OnPaintBackground Method

OnPaintBackground(Graphics, Rectangle)

Initiates a redraw for the object to repaint its background.

Declaration
public override void OnPaintBackground(Graphics g, Rectangle rectInput)
Public Overrides Sub OnPaintBackground(g As Graphics, rectInput As Rectangle)
Parameters
Type Name Description
Graphics g

Graphics device interface

Rectangle rectInput

Rectangle to redraw

Overrides