Search found 4 matches

by leopsc
Mon Mar 28, 2011 4:08 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How to subscribe 'DeleteKeyPressed' event properly?
Replies: 2
Views: 8137

How to subscribe 'DeleteKeyPressed' event properly?

I have an AnnotationViewer control and I subscribed the 'DeleteKeyPressed' event. The problem is that, when I select a LineAnnotation (that is inside of the annotationViewer) and delete it, the event occurs but the the selected annotation (linneAnnotation) doesn't delete after my subscribed method e...
by leopsc
Thu Mar 24, 2011 2:43 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How to determine if a mouse click ocurred in the img space?
Replies: 2
Views: 7453

How to determine if a mouse click ocurred in the img space?

Hi!

I have a AnnotationViewer and it has an image. How can I determine if a mouse click occured inside of the image space?

I'm using C# in Visual Studio 2008 (Framework 3.5).

Thanks!