Michael

Michael

  • NA
  • 1
  • 0

picking up a graphics object

Apr 19 2006 11:18 PM
I have objects drawn with simple Graphics g = e.Graphics(); from a paint method...I want to pick them up and be able to drag and drop them with my mouse...I know there are properties for forms and panels that involve mouse down and whatnot but can anyone give me a quick example on how to do this? Thanks in advance for any help