'Declaration
Public Function New( _ ByVal circle As NCircleD, _ ByVal startAngle As System.Double, _ ByVal sweepAngle As System.Double _ )
'Usage
Dim circle As NCircleD Dim startAngle As System.Double Dim sweepAngle As System.Double Dim instance As New NCircleSegmentD(circle, startAngle, sweepAngle)
public NCircleSegmentD( NCircleD circle, System.double startAngle, System.double sweepAngle )
Parameters
- circle
- startAngle
- sweepAngle