System::Drawing::Graphics::DrawClosedCurve طريقة

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)
ParameterTypeالوصف
قلم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)
ParameterTypeالوصف
قلمconst SharedPtr<Pen>&قلم يُستخدم عند رسم المنحنى
pointsconst ArrayPtr<PointF>&Array من النقاط التي تحدد المنحنى
توترعدد عائمالقيمة التي تحدد توتر المنحنى
fillmodeDrawing2D::FillModeIGNORED

انظر أيضًا