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