Constructor PaintEventArgs
PaintEventArgs(Graphics, RectD)
Initializes a new instance of the PaintEventArgs class.
public PaintEventArgs(Graphics canvas, RectD clipRect)
Parameters
canvas
GraphicsGraphics used to paint.
clipRect
RectDThe RectD that represents the rectangle in which to paint.
PaintEventArgs(Func<Graphics>, RectD)
Initializes a new instance of the PaintEventArgs class.
public PaintEventArgs(Func<Graphics> canvasFunc, RectD clipRect)