System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve 메서드
GraphicsPath::AddClosedCurve(const ArrayPtr<Point>&, float) method
현재 객체가 나타내는 경로에 지정된 닫힌 곡선을 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<Point> &points, float tension=0.5)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const ArrayPtr<Point>& | 곡선을 지정하는 점들 |
| 텐션 | float | 제어점 사이에서 곡선이 굽는 정도를 지정합니다 |
또 보기
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddClosedCurve(const ArrayPtr<PointF>&, float) method
현재 객체가 나타내는 경로에 지정된 닫힌 곡선을 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<PointF> &points, float tension=0.5)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const ArrayPtr<PointF>& | 곡선을 지정하는 점들 |
| 텐션 | float | 제어점 사이에서 곡선이 굽는 정도를 지정합니다 |
또 보기
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++