VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Measurements Namespace / EllipseMeasuringView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    EllipseMeasuringView Class
    In This Topic
    Determines how to display the annotation that displays an ellipse measuring object and how user can interact with annotation.
    Object Model
    MeasuringAnnotationData AnnotationData IInteractionController IInteractionController IInteractionController AnnotationPen AnnotationBrushBase AnnotationRenderer EllipseMeasuringView
    Syntax
    'Declaration
    
    Public Class EllipseMeasuringView
       Inherits MeasuringAnnotationView
       Implements IRectangularInteractiveObject
    
    
    public class EllipseMeasuringView : MeasuringAnnotationView, IRectangularInteractiveObject
    
    
    public __gc class EllipseMeasuringView : public MeasuringAnnotationView*, IRectangularInteractiveObject
    
    
    public ref class EllipseMeasuringView : public MeasuringAnnotationView^, IRectangularInteractiveObject
    
    
    Inheritance Hierarchy

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

    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