VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / MeasurementAnnotationView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    MeasurementAnnotationView Class
    In This Topic
    Determines how to display a measurement annotation and how user can interact with measurement annotation.
    Object Model
    IInteractionController IInteractionController IInteractionController MeasurementAnnotationData MeasuringAnnotationView MeasuringTextView AnnotationView AnnotationData AnnotationPen AnnotationBrushBase AnnotationRenderer MeasurementAnnotationView
    Syntax
    'Declaration
    
    Public Class MeasurementAnnotationView
       Inherits Vintasoft.Imaging.Annotation.UI.CompositeAnnotationView
    
    
    public class MeasurementAnnotationView : Vintasoft.Imaging.Annotation.UI.CompositeAnnotationView
    
    
    public __gc class MeasurementAnnotationView : public Vintasoft.Imaging.Annotation.UI.CompositeAnnotationView*
    
    
    public ref class MeasurementAnnotationView : public Vintasoft.Imaging.Annotation.UI.CompositeAnnotationView^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Annotation.UI.AnnotationView
          Vintasoft.Imaging.Annotation.UI.CompositeAnnotationView
             Vintasoft.Imaging.Annotation.Measurements.MeasurementAnnotationView

    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