GraphicsPath オブジェクトを指定して、 GraphicsPathIterator クラスの新しいインスタンスを初期化します。
Public Sub New( _
ByVal path As GraphicsPath _)
[C#]
public GraphicsPathIterator(
GraphicsPathpath);
[C++]
public: GraphicsPathIterator(
GraphicsPath* path);
[JScript]
public function GraphicsPathIterator(
path : GraphicsPath);
パラメータ
- path
このヘルパ クラスを初期化する対象となる GraphicsPath オブジェクト。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
GraphicsPathIterator クラス | GraphicsPathIterator メンバ | System.Drawing.Drawing2D 名前空間