disable doubleclick on TextAnnotation

Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.

Moderator: Alex

Post Reply
GHWels
Posts: 38
Joined: Thu Apr 09, 2015 7:57 am

disable doubleclick on TextAnnotation

Post by GHWels »

hey,

Is there a parameter to disable the doubleclick on Annotation like "TextAnnotation" or "FreeTextAnnotation"?

mfg GH
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: disable doubleclick on TextAnnotation

Post by Alex »

Hi,

For solving your task you need to change the annotation view transformer from Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction.RectangularTextAnnotationTransformer class to the Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction.RectangularAnnotationTransformer class:

Code: Select all

textAnnotationView.Transformer = new Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction.RectangularAnnotationTransformer(textAnnotationView);
Best regards, Alexander
GHWels
Posts: 38
Joined: Thu Apr 09, 2015 7:57 am

Re: disable doubleclick on TextAnnotation

Post by GHWels »

Thank you for your fast help,
but is the anywhere a easy sample.
GH
GHWels
Posts: 38
Joined: Thu Apr 09, 2015 7:57 am

Re: disable doubleclick on TextAnnotation

Post by GHWels »

Thank you I solved the problem.
Happy Easter
GH
Post Reply