Hi,
I was wondering does anyone know how to ensure that when I zoom using scale transform, it will zoom not relative to the center of the container but to its top left corner, so you dont have to scroll down to see the zoomed out object?
Thanks in advance,
Urema.
Loading
personPosted Sep 11, 2009, 4:50 AM
ScaleY="{Binding Path=ZoomLevel}"/>
Urema.
Master BillaPosted Sep 10, 2009, 3:24 AM
You can read this to do this
http://www.free-ebooks-download.org/free-ebook/dotnet/Framework/practical-wpf-graphics-programming.php
Thank you