Page 1 of 1

Position of WPF magnifier tool

Posted: Tue Feb 06, 2018 8:01 am
by gpbabu
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

Re: Position of WPF magnifier tool

Posted: Tue Feb 06, 2018 9:33 am
by Alex
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