LinearGradientBrushProperties 関数 (d2d1helper.h)
D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES構造体を作成します。
構文
D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES LinearGradientBrushProperties(
[in, ref] const D2D1_POINT_2F & startPoint,
[in, ref] const D2D1_POINT_2F & endPoint
);
パラメーター
[in, ref] startPoint
型: const D2D1_POINT_2F
ブラシの座標空間内のグラデーション軸の始点。
[in, ref] endPoint
型: const D2D1_POINT_2F
ブラシの座標空間内のグラデーション軸の終点。
戻り値
種類: D2D1_LINEAR_GRADIENT_BRUSH_PROPERTIES
ID2D1LinearGradientBrush のグラデーション軸の始点と終点を含む構造体。
要件
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | d2d1helper.h |
Library | D2d1.lib |
[DLL] | D2d1.dll |