| Overload | Description |
|---|---|
| AddCircleSegment(NCircleSegment) | Adds a circle segment to the path. |
| AddCircleSegment(NCircle,Double,Double) | Adds a circle segment to the path. |
| AddCircleSegment(NPoint,Double,Double,Double) | Adds a circle segment to the path. |
| AddCircleSegment(NPoint,NPoint,NPoint) | Adds a circle segment that starts and ends at the specified points. The segment passes through the specified control point. |
| AddCircleSegment(NPoint,NPoint,Double) | Adds a circle segment that starts and ends at the specified points. The bow parameter is the distance from the arc's midpoint to the midpoint of its chord. |