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 من النقاط التي تحدد المنحنى
توترfloatالقيمة التي تحدد توتر المنحنى
fillmodeDrawing2D::FillModeمتجاهل

انظر أيضًا

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 من النقاط التي تحدد المنحنى
توترfloatالقيمة التي تحدد توتر المنحنى
fillmodeDrawing2D::FillModeمتجاهل

انظر أيضًا