'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
- sweepAngle