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