PathGradientBrush::P athGradientBrush(constPointF*,INT,WrapMode) メソッド (gdipluspath.h)
ポイントの配列に基づいて PathGradientBrush オブジェクトを作成します。 パス グラデーション ブラシのラップ モードを初期化します。
構文
void PathGradientBrush(
[in] const PointF *points,
[in] INT count,
[in] WrapMode wrapMode
);
パラメーター
[in] points
型: const PointF*
パス グラデーション ブラシの境界パスを指定するポイントの配列へのポインター。
[in] count
型: INT
points 配列内の要素の数を指定する整数。
[in] wrapMode
型: WrapMode
省略可能。 パス グラデーション ブラシで塗りつぶされた領域を並べて表示する方法を指定する WrapMode 列挙体の要素。 既定値は WrapModeClamp です。
戻り値
なし
必要条件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdipluspath.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |