NevronOpenVision
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / AddEllipseSegment Method / AddEllipseSegment(NRectangle,Double,Double) Method
bounds of the ellipse
start angle (in radians)
sweep angle (in radians)
In This Topic
    AddEllipseSegment(NRectangle,Double,Double) Method
    In This Topic
    Adds the elliptical segment from an ellipse with the specified bounds.
    Syntax
    public void AddEllipseSegment( 
       NRectangle bounds,
       System.double startAngle,
       System.double sweepAngle
    )

    Parameters

    bounds
    bounds of the ellipse
    startAngle
    start angle (in radians)
    sweepAngle
    sweep angle (in radians)
    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