Path |
Append a circle to the current path as a complete subpath.
public void AddCircle( Point center, double radius )
| Exception | Condition |
|---|---|
| InvalidOperationException | if the object has already been closed |
| InvalidOperationException | if the path object has already been closed |