Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / AddCircleSegment Method / AddCircleSegment(NCircleD,Double,Double) Method
The circle segment of which to add.
The start angle of the segment in radians.
The sweep angle of the segment in radians.


In This Topic
    AddCircleSegment(NCircleD,Double,Double) Method
    In This Topic
    Adds a circle segment to the path.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddCircleSegment( _
       ByVal circle As NCircleD, _
       ByVal startAngle As System.Double, _
       ByVal sweepAngle As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim circle As NCircleD
    Dim startAngle As System.Double
    Dim sweepAngle As System.Double
     
    instance.AddCircleSegment(circle, startAngle, sweepAngle)
    public void AddCircleSegment( 
       NCircleD circle,
       System.double startAngle,
       System.double sweepAngle
    )

    Parameters

    circle
    The circle segment of which to add.
    startAngle
    The start angle of the segment in radians.
    sweepAngle
    The sweep angle of the segment 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