VintaSoft Imaging .NET SDK 12.5: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / MeasuringAnnotationView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    MeasuringAnnotationView Class
    In This Topic
    Provides the abstract base class that determines how to display a measuring annotation and how user can interact with measuring annotation.
    Object Model
    MeasuringAnnotationData AnnotationData IInteractionController IInteractionController IInteractionController AnnotationPen AnnotationBrushBase AnnotationRenderer MeasuringAnnotationView
    Syntax
    'Declaration
    
    Public MustInherit Class MeasuringAnnotationView
       Inherits Vintasoft.Imaging.Annotation.UI.AnnotationView
    
    
    public abstract class MeasuringAnnotationView : Vintasoft.Imaging.Annotation.UI.AnnotationView
    
    
    public __gc abstract class MeasuringAnnotationView : public Vintasoft.Imaging.Annotation.UI.AnnotationView*
    
    
    public ref class MeasuringAnnotationView abstract : public Vintasoft.Imaging.Annotation.UI.AnnotationView^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.UI.AnnotationView
          Vintasoft.Imaging.Annotation.Measurements.MeasuringAnnotationView
             Vintasoft.Imaging.Annotation.Measurements.LinearMeasuringView
             Vintasoft.Imaging.Annotation.Measurements.EllipseMeasuringView

    Requirements

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

    See Also