IDirectManipulationViewport::ZoomToRect 方法 (directmanipulation.h)
将视区移动到主要内容的特定区域,并指定是否对过渡进行动画处理。
语法
HRESULT ZoomToRect(
[in] const float left,
[in] const float top,
[in] const float right,
[in] const float bottom,
[in] BOOL animate
);
参数
[in] left
主内容坐标空间中矩形的最左侧坐标。
[in] top
主内容坐标空间中矩形的最顶端坐标。
[in] right
主内容坐标空间中矩形的最右侧坐标。
[in] bottom
主内容坐标空间中矩形的最底部坐标。
[in] animate
指定是否对缩放行为进行动画处理。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | directmanipulation.h |