Drag & Drop Shapes on Canvas
- by user242408
Hi,
I put several shapes (like Ellipse and Rectangle) on a Canvas.
Now, I want user to be able to drag & drop these shapes.
Is there some predefined functionality that I can use, or I should implement the drag & drop myself using the mouse events ?
Thanks !