VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / EllipticalGraphicObject Class
Members Object Syntax Example Hierarchy Requirements SeeAlso
In This Topic
    EllipticalGraphicObject Class
    In This Topic
    Represents a static ellipse which can be displayed in image viewer.
    Object Model
    IInteractionController ImageViewerPointFTransform EllipticalGraphicObject
    Syntax
    'Declaration
    
    Public Class EllipticalGraphicObject
       Inherits RectangularGraphicObject
    
    
    public class EllipticalGraphicObject : RectangularGraphicObject
    
    
    public __gc class EllipticalGraphicObject : public RectangularGraphicObject*
    
    
    public ref class EllipticalGraphicObject : public RectangularGraphicObject^
    
    
    Example

    Please see example here.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.GraphicObjects.GraphicObject
          Vintasoft.Imaging.UI.VisualTools.GraphicObjects.RectangularGraphicObject
             Vintasoft.Imaging.UI.VisualTools.GraphicObjects.EllipticalGraphicObject

    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