System::Drawing::Graphics::DrawCurve 메서드
내용물
[
숨다
]Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float) method
지정된 펜을 사용하여 스플라인을 그립니다.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, float tension=0.5f)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 스플라인을 그릴 때 사용할 펜 |
| points | const ArrayPtr<Point>& | 스플라인을 결정하는 점들의 Array |
| 텐션 | float | 스플라인의 텐션을 지정하는 값 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, int32_t, int32_t, float) method
지정된 펜을 사용하여 스플라인을 그립니다.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, int32_t offset, int32_t numberOfSegments, float tension=0.5f)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 스플라인을 그릴 때 사용할 펜 |
| points | const ArrayPtr<Point>& | 스플라인을 결정하는 점들의 Array |
| offset | int32_t | points 배열의 첫 번째 요소로부터의 오프셋 |
| numberOfSegments | int32_t | 곡선에 포함할 세그먼트 수 |
| 텐션 | float | 스플라인의 텐션을 지정하는 값 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float) method
지정된 펜을 사용하여 스플라인을 그립니다.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, float tension=0.5f)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 스플라인을 그릴 때 사용할 펜 |
| points | const ArrayPtr<PointF>& | 스플라인을 결정하는 점들의 Array |
| 텐션 | float | 스플라인의 텐션을 지정하는 값 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, int32_t, int32_t, float) method
지정된 펜을 사용하여 스플라인을 그립니다.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, int32_t offset, int32_t numberOfSegments, float tension=0.5f)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 스플라인을 그릴 때 사용할 펜 |
| points | const ArrayPtr<PointF>& | 스플라인을 결정하는 점들의 Array |
| offset | int32_t | points 배열의 첫 번째 요소로부터의 오프셋 |
| numberOfSegments | int32_t | 곡선에 포함할 세그먼트 수 |
| 텐션 | float | 스플라인의 텐션을 지정하는 값 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++