(DESKTOP) Moving an object realtime

Hello ,
So what im trying to do is be able to drag an image or a Label around by click n drag. Im creating a tshirt order system and want it so they customer can move the picture or text where they want it to be on the shirt . i can get it to display the image and the text they want just not sure where to begin to move an object realtime. What i was thinking if i cant have it move by clicking and draging it around then make buttons (Up,Down,Left,Right) so the user can click on them to move the object around. Can someone point me in the right direction. Example ?? Ideas ??

Canvas control would work. Otherwise look into drag/drop events of normal controls. There’s an example project with a custom canvas that does dragging.

Canvas Drag Rect Example
Under Examples -> Graphics and Multimedia

Thank you !