Nevron .NET Vision
Nevron.GraphicsCore Namespace / NEllipseF Structure
Members


In This Topic
    NEllipseF Structure
    In This Topic
    The NEllipseF 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
    NEllipseF Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NEllipseF 
       Inherits System.ValueType
       Implements INClosedFigurePrimitive, INGeometryPrimitive 
    'Usage
     
    
    Dim instance As NEllipseF
    [System.Serializable()]
    public struct NEllipseF : System.ValueType, INClosedFigurePrimitive, INGeometryPrimitive  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NEllipseF

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also