Method OnPaint
OnPaint(PaintEventArgs)
Raises the Paint event.
protected override void OnPaint(PaintEventArgs e)
Parameters
e
PaintEventArgsA PaintEventArgs that contains the event data.
OnPaint(Rectangle, Graphics)
protected virtual void OnPaint(Rectangle bounds, Graphics graphics)
Parameters
OnPaint(RectD, Graphics)
protected virtual void OnPaint(RectD bounds, Graphics graphics)