共用方式為


IGraphicsEffectD2D1Interop::GetSource 方法 (windows.graphics.effects.interop.h)

擷取指定索引處的效果來源。

語法

HRESULT GetSource(
        UINT                  index,
  [out] IGraphicsEffectSource **source
);

參數

index

類型: UINT

擷取來源的索引。

[out] source

類型: IGraphicsEffectSource**

當方法傳回時,此參數會包含位於指定索引處的來源。

傳回值

類型: HRESULT

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

規格需求

需求
目標平台 Windows
標頭 windows.graphics.effects.interop.h

另請參閱

IGraphicsEffectD2D1Interop