DrawBezier()

Graphics::DrawBezier(const SharedPtr<Pen>&, const Point&, const Point&, const Point&, const Point&) method

NOT IMPLEMENTED.

void System::Drawing::Graphics::DrawBezier(const SharedPtr<Pen> &pen, const Point &pt1, const Point &pt2, const Point &pt3, const Point &pt4)

Graphics::DrawBezier(const SharedPtr<Pen>&, const PointF&, const PointF&, const PointF&, const PointF&) method

NOT IMPLEMENTED.

void System::Drawing::Graphics::DrawBezier(const SharedPtr<Pen> &pen, const PointF &pt1, const PointF &pt2, const PointF &pt3, const PointF &pt4)

Graphics::DrawBezier(const SharedPtr<Pen>&, float, float, float, float, float, float, float, float) method

NOT IMPLEMENTED.

void System::Drawing::Graphics::DrawBezier(const SharedPtr<Pen> &pen, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)

See Also