Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NEllipse Structure
Members


In This Topic
    NEllipse Structure
    In This Topic
    The NEllipse structure represents an ellipse in 2D space defined by it's center, lengths of the major and minor axes and angle, which the ellipse major axis forms with the X-axis
    Object Model
    NEllipse Structure
    Syntax
    'Declaration
     
    
    Public Structure NEllipse 
       Inherits System.ValueType
       Implements INClosedGeometryObject, INGeometryObject, INParametricCurve 
    'Usage
     
    
    Dim instance As NEllipse
    public struct NEllipse : System.ValueType, INClosedGeometryObject, INGeometryObject, INParametricCurve  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.Graphics.NEllipse

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also