GraphicsPathIterator(GraphicsPath) 构造函数

定义

使用指定的GraphicsPathIterator对象初始化类的新实例GraphicsPath

public:
 GraphicsPathIterator(System::Drawing::Drawing2D::GraphicsPath ^ path);
public GraphicsPathIterator(System.Drawing.Drawing2D.GraphicsPath? path);
public GraphicsPathIterator(System.Drawing.Drawing2D.GraphicsPath path);
new System.Drawing.Drawing2D.GraphicsPathIterator : System.Drawing.Drawing2D.GraphicsPath -> System.Drawing.Drawing2D.GraphicsPathIterator
Public Sub New (path As GraphicsPath)

参数

path
GraphicsPath

GraphicsPath要为其初始化此帮助程序类的对象。

适用于