2
votes
0answers
172 views
WPF / C#: Transforming coordinates from an image control to the image source
I'm trying to learn WPF, so here's a simple question, I hope:
I have a window that contains an Image element bound to a separate data object with user-configurable Stretch property
<Image …
