次の方法で共有


PathGradientBrush::P athGradientBrush(constPoint*,INT,WrapMode) メソッド (gdipluspath.h)

ポイントの配列に基づいて PathGradientBrush::P athGradientBrush オブジェクトを作成します。 パス グラデーション ブラシのラップ モードを初期化します。

構文

void PathGradientBrush(
  [in] const Point *points,
  [in] INT         count,
  [in] WrapMode    wrapMode
);

パラメーター

[in] points

型: const Point*

パス グラデーション ブラシの境界パスを指定するポイントの配列へのポインター。

[in] count

型: INT

ポイント配列内の要素の数を指定する整数。

[in] wrapMode

種類: WrapMode

省略可能。 パス グラデーション ブラシで塗りつぶされた領域をタイル化する方法を指定する WrapMode 列挙体の要素。 既定値は WrapModeClamp です。

戻り値

なし

必要条件

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

こちらもご覧ください

ブラシと図形の塗りつぶし

パス グラデーションの作成

色のグラデーションで図形を塗りつぶす

Graphicspath

LinearGradientBrush

PathGradientBrush

Point