I want to use PictureBox OnPaint Event to redraw the picturebox.
Just like use Form OnPaint Event to redraw the Form.
I can rewrite Form OnPaint Event in the Form Class,
like this: protected override void OnPaint(PaintEventArgs e).
But I don't know How to rewrite this event in the Form Class.

I really appreciate someone could help me. Thanks very much.