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)
ParameterType描述
penconst 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)
ParameterType描述
penconst SharedPtr<Pen>&绘制线条时使用的笔
pointsconst System::ArrayPtr<System::Drawing::PointF>&Array 要连接的点数组

另见