Drag & Drop Shapes on Canvas

Posted by user242408 on Stack Overflow See other posts from Stack Overflow or by user242408
Published on 2010-01-04T15:54:44Z Indexed on 2010/06/09 5:02 UTC
Read the original article Hit count: 133

Filed under:
|
|
|

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 !

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET