VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / ImageAnnotationView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ImageAnnotationView Class
    In This Topic
    Provides the base class that determines how to display the annotation that displays an embedded image and how user can interact with annotation.
    Object Model
    VintasoftImage AnnotationBrushBase AnnotationBrushBase AnnotationData IInteractionController IInteractionController IInteractionController AnnotationPen AnnotationRenderer ImageAnnotationView
    Syntax
    'Declaration
    
    Public Class ImageAnnotationView
       Inherits RectangleAnnotationView
    
    
    public class ImageAnnotationView : RectangleAnnotationView
    
    
    public __gc class ImageAnnotationView : public RectangleAnnotationView*
    
    
    public ref class ImageAnnotationView : public RectangleAnnotationView^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.UI.AnnotationView
          Vintasoft.Imaging.Annotation.UI.RectangleAnnotationView
             Vintasoft.Imaging.Annotation.UI.ImageAnnotationView
                Vintasoft.Imaging.Annotation.UI.ReferencedImageAnnotationView

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also