GraphicsPathIterator::GraphicsPathIterator(constGraphicsPath*) メソッド (gdipluspath.h)

新しい GraphicsPathIterator::GraphicsPathIterator オブジェクトを作成し、 GraphicsPath オブジェクトに関連付けます。

構文

void GraphicsPathIterator(
  [in] const GraphicsPath *path
);

パラメーター

[in] path

種類: GraphicsPath*

この GraphicsPathIterator::GraphicsPathIterator オブジェクトに関連付けられる GraphicsPath オブジェクトへのポインター。

戻り値

なし

必要条件

   
サポートされている最小のクライアント Windows XP、Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdipluspath.h (Gdiplus.h を含む)
Library Gdiplus.lib
[DLL] Gdiplus.dll

関連項目

Graphicspath

GraphicsPathIterator