Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsPath Class / AddPie Method / AddPie(Double,Double,Double,Double,Double,Double) Method
Starting angle of the pie (in radians). Measured from its major axis.
Sweep angle of the pie (in radians)


In This Topic
    AddPie(Double,Double,Double,Double,Double,Double) Method
    In This Topic
    Add a pie
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddPie( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal width As System.Double, _
       ByVal height As System.Double, _
       ByVal startAngle As System.Double, _
       ByVal sweepAngle As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim x As System.Double
    Dim y As System.Double
    Dim width As System.Double
    Dim height As System.Double
    Dim startAngle As System.Double
    Dim sweepAngle As System.Double
     
    instance.AddPie(x, y, width, height, startAngle, sweepAngle)
    public void AddPie( 
       System.double x,
       System.double y,
       System.double width,
       System.double height,
       System.double startAngle,
       System.double sweepAngle
    )

    Parameters

    x
    y
    width
    height
    startAngle
    Starting angle of the pie (in radians). Measured from its major axis.
    sweepAngle
    Sweep angle of the pie (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