Hello there , I want to create a simple paint application (photo editor tool) in winforms C# which should draw basic shapes (Rectangle, Ellipse, Line and Arrow only). Also, it should draw a transparent text box to write text and all these shapes including the text should be draggable or movable i.e. we should be able to select a shape or text and move it to other location on the screen. Further more it should have undo, redo, save and save as options also. In simple words, it should have: (rectangle, ellipse, line , arrow, text , undo, redo, save, save as, movement of shapes) Using : C#- Winforms
A
Aafaan_Jii
@Aafaan_Jii