How to refresh PictureBox

unnamed picture unnamed · Jan 27, 2012 · Viewed 36.1k times · Source

I've little question to ask.

Let's say I've written an ellipse on pictureBox, then clicked a button. I want pictureBox to refresh itself.

I've tried PictureBox.Invalidate(), but could'nt made it. My best regards...

Answer

Smi picture Smi · Jan 27, 2012

Try the method PictureBox.Refresh() (inherited from Control).