Method OnPaint
OnPaint(PaintEventArgs)
Raises the Paint event.
protected override void OnPaint(PaintEventArgs e)
Parameters
ePaintEventArgsA 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)