IDCompositionDevice::CreateRotateTransform 方法 (dcomp.h)
创建 2D 旋转转换对象。
语法
HRESULT CreateRotateTransform(
[out] IDCompositionRotateTransform **rotateTransform
);
参数
[out] rotateTransform
类型: IDCompositionRotateTransform**
新的旋转转换对象。 此参数不能为 NULL。
返回值
类型: HRESULT
如果函数成功,则返回S_OK。 否则,将返回 HRESULT 错误代码。 有关错误代码列表,请参阅 DirectComposition 错误代码。
备注
对于 Angle、CenterX 和 CenterY 属性,新的 2D 旋转转换对象的静态值为零。
要求
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | dcomp.h |
Library | Dcomp.lib |
DLL | Dcomp.dll |