System::Drawing::Graphics::DrawLines 方法

Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::Point>&) method

使用指定的笔绘制一系列线段。

void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::Point> &points)
参数类型描述
const SharedPtr<Pen>&绘制线条时使用的笔
pointsconst System::ArrayPtr<System::Drawing::Point>&Array 要连接的点的数组

另见

Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::PointF>&) method

使用指定的笔绘制一系列线段。

void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::PointF> &points)
参数类型描述
const SharedPtr<Pen>&绘制线条时使用的笔
pointsconst System::ArrayPtr<System::Drawing::PointF>&Array 要连接的点的数组

另见