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


In This Topic
    NEllipticalArcD Structure
    In This Topic
    Represents an arc of an ellipse in 2D space, defined by three points, ellipse angle and ratio between the ellipse major and minor axes
    Object Model
    NEllipticalArcD Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NEllipticalArcD 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NEllipticalArcD
    [System.Serializable()]
    public struct NEllipticalArcD : System.ValueType 
    Remarks
    The elliptical arc is defined by three points, which lay on an ellipse. The ellipse is defined with three points, angle and ratio. The arc starts from the start point, passes through the control point and ends in the end point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NEllipticalArcD

    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