public void AddCircleSegment( NPoint center, System.double radius, System.double startAngle, System.double sweepAngle )
Parameters
- center
- The center of the circle.
- radius
- The radius of the circle segment.
- startAngle
- The start angle of the segment in radians.
- sweepAngle
- The sweep angle of the segment in radians.