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