System::Drawing::Drawing2D::GraphicsPath::AddLines 方法

GraphicsPath::AddLines(const ArrayPtr<Point>&) method

向当前对象表示的路径添加指定的一系列相连的线段。

void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<Point> &points)
参数类型描述
pointsconst ArrayPtr<Point>&一个数组,包含指定要添加的线段的点

另见

GraphicsPath::AddLines(const ArrayPtr<PointF>&) method

向当前对象表示的路径添加指定的一系列相连的线段。

void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<PointF> &points)
参数类型描述
pointsconst ArrayPtr<PointF>&一个数组,包含指定要添加的线段的点

另见