ID2D1RadialGradientBrush::GetGradientStopCollection メソッド (d2d1.h)

この放射状グラデーション ブラシ オブジェクトに関連付けられている ID2D1GradientStopCollection を取得します。

構文

void GetGradientStopCollection(
  [out] ID2D1GradientStopCollection **gradientStopCollection
);

パラメーター

[out] gradientStopCollection

種類: ID2D1GradientStopCollection**

この線形グラデーション ブラシ オブジェクトに関連付けられている ID2D1GradientStopCollection オブジェクト。 このパラメーターは初期化せずに渡されます。

戻り値

なし

解説

ID2D1GradientStopCollection には、 D2D1_GRADIENT_STOP 構造体の配列と、拡張モードや色補間モードなどの追加情報が含まれています。

要件

   
サポートされている最小のクライアント Windows 7、Windows Vista SP2 および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ]
対象プラットフォーム Windows
ヘッダー d2d1.h
Library D2d1.lib
[DLL] D2d1.dll

関連項目

D2D1_GRADIENT_STOP

ID2D1GradientStopCollection

ID2D1RadialGradientBrush