GraphicsPathIterator(GraphicsPath) 构造函数

定义

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

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 对象。

适用于