Hello
Does it possible programmatically select some annotation? Like performClick at Button.
Thanks!
AnnotationViewer
Moderator: Alex
-
- Posts: 64
- Joined: Wed Jul 23, 2008 2:47 pm
Re: AnnotationViewer
Yes, what problem did you encounter?
-
- Posts: 4
- Joined: Tue Aug 10, 2010 4:15 pm
Re: AnnotationViewer
I solved this problem with one annotation.
But, how can I make multiselect?
Is it possible multiselect?
Thanks
But, how can I make multiselect?
Is it possible multiselect?
Thanks
-
- Posts: 64
- Joined: Wed Jul 23, 2008 2:47 pm
Re: AnnotationViewer
Unfortunately multiselection for annotations is not supported at this time.
I will submit your suggestion to VintaSoft development *. Thanks.
I will submit your suggestion to VintaSoft development *. Thanks.
-
- Posts: 4
- Joined: Tue Aug 10, 2010 4:15 pm
Re: AnnotationViewer
Support multiselection would be great.
And another question:
I have some annonce in invisible area. Zoom is 500%.
I select it programaticaly but annonce remains out of visible area.
Is it possible automatically scroll to right position. How?
Thanks.
And another question:
I have some annonce in invisible area. Zoom is 500%.
I select it programaticaly but annonce remains out of visible area.
Is it possible automatically scroll to right position. How?
Thanks.
-
- Posts: 64
- Joined: Wed Jul 23, 2008 2:47 pm
Re: AnnotationViewer
You should calculate the coordinates and use ImageViewer.AutoScrollPosition Property
to place the screen in an area of image you need.
Regards
to place the screen in an area of image you need.
Regards
-
- Posts: 4
- Joined: Tue Aug 10, 2010 4:15 pm
Re: AnnotationViewer
I have another question/problem;
Is it possible to show magnifier programatically without mouse click? How?
I need show two magnifiers on two forms in the same time.
Is it possible change location of magnifier?
Thanks!
Is it possible to show magnifier programatically without mouse click? How?
I need show two magnifiers on two forms in the same time.
Is it possible change location of magnifier?
Thanks!
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: AnnotationViewer
Hello,
Magnifier class has the Show() and Hide() methods. You should set mouse position in ImageViewer and call the Magnifier.Show() method if you want to show magnifier.
Best regards, Alexander
Magnifier class has the Show() and Hide() methods. You should set mouse position in ImageViewer and call the Magnifier.Show() method if you want to show magnifier.
Best regards, Alexander