This is a wpf project in which i have a window that views some images in image controls - each image is viewed alone in the window - and i want to add the ability to draw some shapes or write a text on the image and then save the edited image.
I tried putting the image control inside an inkcanvas but that didn't really gave me what i want.
so how can i achieve that ?