Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the AddClosedCurve methods of the GraphicsPath class. For a complete list of methods for the GraphicsPath class, see GraphicsPath.
Overload list
| Method | Description |
|---|---|
| AddClosedCurve(Point*,INT) | The GraphicsPath::AddClosedCurve method adds a closed cardinal spline to this path. |
| AddClosedCurve(PointF*,INT) | The GraphicsPath::AddClosedCurve method adds a closed cardinal spline to this path. |
| AddClosedCurve(Point*,INT,REAL) | The GraphicsPath::AddClosedCurve method adds a closed cardinal spline to this path. |
| AddClosedCurve(PointF*,INT,REAL) | The GraphicsPath::AddClosedCurve method adds a closed cardinal spline to this path. |
Requirements
| Requirement | Value |
|---|---|
| Header |
|