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

適用対象