hey,
Is there a parameter to disable the doubleclick on Annotation like "TextAnnotation" or "FreeTextAnnotation"?
mfg GH
disable doubleclick on TextAnnotation
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: disable doubleclick on TextAnnotation
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:
Best regards, Alexander
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);
-
- Posts: 40
- Joined: Thu Apr 09, 2015 7:57 am
Re: disable doubleclick on TextAnnotation
Thank you for your fast help,
but is the anywhere a easy sample.
GH
but is the anywhere a easy sample.
GH
-
- Posts: 40
- Joined: Thu Apr 09, 2015 7:57 am
Re: disable doubleclick on TextAnnotation
Thank you I solved the problem.
Happy Easter
GH
Happy Easter
GH