VintaSoft Annotation .NET Plug-in: API changes in version 15.1
In This Topic
API changes in Vintasoft.Imaging.Annotation.dll
New classes:
| public class Vintasoft.Imaging.Annotation.AnnotationTextProperties |
Stores information about text properties of annotation. |
| public abstract class Vintasoft.Imaging.Annotation.TextAnnotationDataBase |
Provides the abstract base class that contains information about base text annotation. |
| public abstract class Vintasoft.Imaging.Annotation.Rendering.TextAnnotationDataBaseRenderer |
Determines how to render the TextAnnotationDataBase . |
API changes in Vintasoft.Imaging.Annotation.UI.dll
New classes:
| public abstract class Vintasoft.Imaging.Annotation.UI.TextAnnotationDataBaseView |
Provides the abstract base class that determines how to display a text annotation and how user can interact with text annotation. |
| public class Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction.PointBasedTextAnnotationTransformer |
Represents an interaction controller that transforms point based text annotation. |
Changed classes:
| Vintasoft.Imaging.Annotation.UI.LineAnnotationViewBase |
| Changed properties |
| public Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction.PointBasedAnnotationRectangularTransformer RectangularTransformer { get; set; } |
public Vintasoft.Imaging.UI.VisualTools.UserInteraction.IInteractionController RectangularTransformer { get; set; } |
| |
|
API changes in Vintasoft.Imaging.Annotation.Wpf.UI.dll
New classes:
| public abstract class Vintasoft.Imaging.Annotation.Wpf.UI.WpfTextAnnotationDataBaseView |
Provides the abstract base class that determines how to display an text annotation and how user can interact with text annotation. |
| public class Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.UserInteraction.WpfPointBasedTextAnnotationTransformer |
Interaction controller that transforms point based text annotation. |
Changed classes:
| Vintasoft.Imaging.Annotation.Wpf.UI.WpfLineAnnotationViewBase |
| Changed properties |
| public Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.UserInteraction.WpfPointBasedAnnotationRectangularTransformer RectangularTransformer { get; set; } |
public Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction.IWpfInteractionController RectangularTransformer { get; set; } |
| |
|