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 オブジェクト。

適用対象