[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.OnPaint

OnPaint Method

OnPaint(Graphics, Rectangle)

Initiates a redraw for the object to repaint itself.

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

Graphics device interface

Rectangle rectInput

Rectangle to redraw

Overrides