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

用來初始化這個 Helper 類別的 GraphicsPath 物件。

適用於