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 2012 和适用于 Windows Server 2008 R2 的平台更新 [桌面应用 |UWP 应用]
目标平台 Windows
标头 d2d1effectauthor.h
Library D2d1.lib

另请参阅

ID2D1TransformGraph