Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / AddEllipse Method / AddEllipse(Double,Double,Double,Double,Double) Method


In This Topic
    AddEllipse(Double,Double,Double,Double,Double) Method
    In This Topic
    Adds an ellipse
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddEllipse( _
       ByVal centerX As System.Double, _
       ByVal centerY As System.Double, _
       ByVal a As System.Double, _
       ByVal b As System.Double, _
       ByVal angle As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim centerX As System.Double
    Dim centerY As System.Double
    Dim a As System.Double
    Dim b As System.Double
    Dim angle As System.Double
     
    instance.AddEllipse(centerX, centerY, a, b, angle)
    public void AddEllipse( 
       System.double centerX,
       System.double centerY,
       System.double a,
       System.double b,
       System.double angle
    )

    Parameters

    centerX
    centerY
    a
    b
    angle
    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