[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape.OnPaint

OnPaint Method

OnPaint(Graphics, Rectangle)

Handles painting logic

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

The Graphics context

Rectangle rectInput

The painting rectangle

Overrides