次の方法で共有


PathGradientBrush::P athGradientBrush(constGraphicsPath*) メソッド (gdipluspath.h)

GraphicsPath オブジェクトに基づいて PathGradientBrush::P athGradientBrush オブジェクトを作成します。

構文

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

パラメーター

[in] path

型: const GraphicsPath*

パス グラデーション ブラシの境界パスを指定する GraphicsPath オブジェクトへのポインター。

戻り値

なし

必要条件

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

こちらもご覧ください

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

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

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

Graphicspath

LinearGradientBrush

PathGradientBrush