ID2D1TransformGraph::SetPassthroughGraph 方法 (d2d1effectauthor.h)
使用指定的輸入做為效果輸出。
語法
HRESULT SetPassthroughGraph(
UINT32 effectInputIndex
);
參數
effectInputIndex
效果輸入的索引。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
HRESULT | 描述 |
---|---|
S_OK | 未發生錯誤 |
D2DERR_NOT_FOUND = (HRESULT_FROM_WIN32 (ERROR_NOT_FOUND) ) | Direct2D 找不到指定的節點。 |
規格需求
最低支援的用戶端 | 適用于 Windows 7 的 Windows 8 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | 適用于 Windows Server 2008 R2 的 Windows Server 2012 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | d2d1effectauthor.h |
程式庫 | D2d1.lib |