Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / AddEllipticalArc Method
Angle between the major ellipse axis and the X-axis (specified in Radians).
Ratio between the major and minor ellipse axes, must be greater or euqal to 1.


In This Topic
    AddEllipticalArc Method (NGraphicsPath)
    In This Topic
    Adds an elliptical arc
    Syntax
    'Declaration
     
    
    Public Sub AddEllipticalArc( _
       ByVal start As NPointD, _
       ByVal control As NPointD, _
       ByVal end As NPointD, _
       ByVal angle As System.Double, _
       ByVal ratio As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim start As NPointD
    Dim control As NPointD
    Dim end As NPointD
    Dim angle As System.Double
    Dim ratio As System.Double
     
    instance.AddEllipticalArc(start, control, end, angle, ratio)
    public void AddEllipticalArc( 
       NPointD start,
       NPointD control,
       NPointD end,
       System.double angle,
       System.double ratio
    )

    Parameters

    start
    control
    end
    angle
    Angle between the major ellipse axis and the X-axis (specified in Radians).
    ratio
    Ratio between the major and minor ellipse axes, must be greater or euqal to 1.
    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