Paint on PictureBox

  • Thread starter Thread starter Drew
  • Start date Start date
D

Drew

Is there a way to paint directly on a picturebox control?
(Just need to draw some rectangles and text on top of the picture)

Should I try to create my own control which extends PictureBox
and override the OnPaint method?

Thanks,

Drew
 
Back
Top