Nevron Open Vision Documentation
Nevron.Nov.Graphics 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
    In This Topic
    Adds an elliptical arc
    Syntax
    'Declaration
     
    
    Public Sub AddEllipticalArc( _
       ByVal start As NPoint, _
       ByVal control As NPoint, _
       ByVal end As NPoint, _
       ByVal angle As System.Double, _
       ByVal ratio As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim start As NPoint
    Dim control As NPoint
    Dim end As NPoint
    Dim angle As System.Double
    Dim ratio As System.Double
     
    instance.AddEllipticalArc(start, control, end, angle, ratio)
    public void AddEllipticalArc( 
       NPoint start,
       NPoint control,
       NPoint 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 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also