Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / AddEllipseSegment Method / AddEllipseSegment(NRectangleD,Double,Double) Method
bounds of the ellipse
start angle (in radians)
sweep angle (in radians)


In This Topic
    AddEllipseSegment(NRectangleD,Double,Double) Method
    In This Topic
    Adds the elliptical segment from an ellipse with the specified bounds.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddEllipseSegment( _
       ByVal bounds As NRectangleD, _
       ByVal startAngle As System.Double, _
       ByVal sweepAngle As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim bounds As NRectangleD
    Dim startAngle As System.Double
    Dim sweepAngle As System.Double
     
    instance.AddEllipseSegment(bounds, startAngle, sweepAngle)
    public void AddEllipseSegment( 
       NRectangleD 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 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