VintaSoft Annotation .NET Plug-in Discussions

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

Board index < VintaSoft Imaging < VintaSoft Annotation .NET Plug-in Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

disable doubleclick on TextAnnotation



disable doubleclick on TextAnnotation

Post by GHWels »

hey,

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

mfg GH


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:
textAnnotationView.Transformer = new Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction.RectangularAnnotationTransformer(textAnnotationView);
Best regards, Alexander


Re: disable doubleclick on TextAnnotation

Post by GHWels »

Thank you for your fast help,
but is the anywhere a easy sample.
GH


Re: disable doubleclick on TextAnnotation

Post by GHWels »

Thank you I solved the problem.
Happy Easter
GH


Page 1 from 1: 1