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 スプラインを決定する点の配列 |
| テンション | 単精度浮動小数点数 | スプラインのテンションを指定する値 |
| 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 スプラインを決定する点の配列 |
| テンション | 単精度浮動小数点数 | スプラインのテンションを指定する値 |
| fillmode | Drawing2D::FillMode | IGNORED |
参照
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++