Hi All,
I want to develope an application similar to ms paint in C# but the usage for this application a bit different. I want to perform the follwing operation from my application
1) User Shaould be able to select the image from any source (local).
2) User should be able to select a part of area of image and can edit the selected area (by edit I mean that user can select the area in an image and can write over that area). I need to capture the selected area cordinate and the text written
by the user and save it in the database.
3) For selecting the area in an image i need to provide him tool(s) similar to the MS Paint.
I need to achive the three point as stated above but unable to figure out how can i achive it.
Any help regarding this will be appreciated.
Regards
Ajeet