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>&スプラインを描画する際に使用するペン
pointsconst ArrayPtr<Point>&Array スプラインを決定する点の配列
テンション単精度浮動小数点数スプラインのテンションを指定する値
fillmodeDrawing2D::FillModeIGNORED

参照

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>&スプラインを描画する際に使用するペン
pointsconst ArrayPtr<PointF>&Array スプラインを決定する点の配列
テンション単精度浮動小数点数スプラインのテンションを指定する値
fillmodeDrawing2D::FillModeIGNORED

参照