I have an image that the user can zoom/scroll. I want to draw some rectangles/circles on a different layer (for example: drawing a circle for each person’s face that was identified in the picture).
The rectangle position is relative to the image.
How do I create such an overlay?
I have managed to do something similar:
ItemsControlon top of itItemsControl.ItemsPaneltoCanvasCode Snippet: