IDirectManipulationContent::GetOutputTransform 方法 (directmanipulation.h)
获取应用于内容的最终转换。
语法
HRESULT GetOutputTransform(
[out] float *matrix,
[in] DWORD pointCount
);
参数
[out] matrix
转换矩阵。
[in] pointCount
转换矩阵的大小。 此值始终为 6,因为 3x2 矩阵用于所有直接操作转换。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
此转换可能包含在操作和惯性期间应用的其他自定义曲线。
此转换包含内容转换和使用 SyncContentTransform 的同步转换集。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | directmanipulation.h |