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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NEllipseD

    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