GraphicsPathIterator(GraphicsPath) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクト。