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


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

    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