Position of WPF magnifier tool

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
gpbabu
Posts: 16
Joined: Wed Dec 14, 2016 9:01 pm

Position of WPF magnifier tool

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Position of WPF magnifier tool

Post 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
Post Reply