共用方式為


ID2D1SvgPaint::SetColor (constD2D1_COLOR_F*) 方法 (d2d1svg.h)

設定繪製類型D2D1_SVG_PAINT_TYPE_COLOR時所使用的繪製色彩。

語法

HRESULT SetColor(
  [in] const D2D1_COLOR_F *color
);

參數

[in] color

類型: const D2D1_COLOR_F*

新的繪製色彩。

傳回值

類型: HRESULT

這個方法會傳回 HRESULT 成功或錯誤碼。

規格需求

需求
目標平台 Windows
標頭 d2d1svg.h
Dll Direct2d.dll

另請參閱

ID2D1SvgPaint