共用方式為


ID2D1RenderTarget::CreateGradientStopCollection (constD2D1_GRADIENT_STOP*,UINT32,ID2D1GradientStopCollection**) 方法 (d2d1.h)

從指定的漸層停駐點建立 ID2D1GradientStopCollection ,該停駐點會使用 D2D1_GAMMA_2_2 色彩插補 gamma和固定擴充模式。

語法

HRESULT CreateGradientStopCollection(
  const D2D1_GRADIENT_STOP    *gradientStops,
  UINT32                      gradientStopsCount,
  ID2D1GradientStopCollection **gradientStopCollection
);

參數

gradientStops

類型: [in] D2D1_GRADIENT_STOP*

D2D1_GRADIENT_STOP 結構的陣列指標。

gradientStopsCount

類型:[in] UINT

大於或等於 1 的值,指定 gradientStops 陣列中的漸層停駐點數目。

gradientStopCollection

類型: [out] ID2D1GradientStopCollection**

當這個方法傳回時,會包含新漸層停駐點集合指標的指標。

傳回值

類型: HRESULT

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式]
目標平台 Windows
標頭 d2d1.h
程式庫 D2d1.lib
Dll D2d1.dll

另請參閱

筆刷概觀

D2D1_GRADIENT_STOP

如何建立線性漸層筆刷

如何建立星形漸層筆刷

ID2D1RenderTarget