System::Drawing::Graphics::DrawBeziers 方法

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

使用指定的笔绘制一系列贝塞尔样条。

void System::Drawing::Graphics::DrawBeziers(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points)
参数类型描述
const SharedPtr<Pen>&绘制样条时使用的笔
pointsconst ArrayPtr<Point>&决定曲线的点的 Array

另见

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

使用指定的笔绘制一系列贝塞尔样条。

void System::Drawing::Graphics::DrawBeziers(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points)
参数类型描述
const SharedPtr<Pen>&绘制样条时使用的笔
pointsconst ArrayPtr<PointF>&决定曲线的点的 Array

另见