System::Drawing::Graphics::DrawClosedCurve method
내용물
[
숨다
]Graphics::DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float, Drawing2D::FillMode) method
지정된 펜을 사용하여 닫힌 스플라인을 그립니다.
void System::Drawing::Graphics::DrawClosedCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, float tension=0.5f, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 스플라인을 그릴 때 사용할 펜 |
| points | const ArrayPtr<Point>& | 스플라인을 결정하는 점들의 Array |
| 텐션 | float | 스플라인의 텐션을 지정하는 값 |
| fillmode | Drawing2D::FillMode | IGNORED |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float, Drawing2D::FillMode) method
지정된 펜을 사용하여 닫힌 스플라인을 그립니다.
void System::Drawing::Graphics::DrawClosedCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, float tension=0.5f, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 스플라인을 그릴 때 사용할 펜 |
| points | const ArrayPtr<PointF>& | 스플라인을 결정하는 점들의 Array |
| 텐션 | float | 스플라인의 텐션을 지정하는 값 |
| fillmode | Drawing2D::FillMode | IGNORED |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++