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