Hello,
Currently, WPF Magnifier tool displays magnifier at the current mouse position. Is it possible to position the magnifier, say 100 pixels to the right from current mouse position. We are looking to show magnifier when user is trying to select an area of an image.
Thanks
Babu
Position of WPF magnifier tool
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Position of WPF magnifier tool
Hello Babu,
You can show the WPF Magnifier at the specified point using the WpfMagnifierTool.Show(PointF) method:
https://www.vintasoft.com/docs/vsimagin ... oint).html
You can hide the WPF Magnifier using the WpfMagnifierTool.Hide method:
https://www.vintasoft.com/docs/vsimagin ... /Hide.html
Best regards, Alexander
You can show the WPF Magnifier at the specified point using the WpfMagnifierTool.Show(PointF) method:
https://www.vintasoft.com/docs/vsimagin ... oint).html
You can hide the WPF Magnifier using the WpfMagnifierTool.Hide method:
https://www.vintasoft.com/docs/vsimagin ... /Hide.html
Best regards, Alexander