iInkRenderer::Move 方法 (msinkaut.h)
将平移应用于墨迹空间坐标中的 视图转换 。
语法
HRESULT Move(
[in] float HorizontalComponent,
[in] float VerticalComponent
);
参数
[in] HorizontalComponent
墨迹空间坐标中用于在 X 维度中转换视图的量。
[in] VerticalComponent
在 Y 维度中平移视图转换的墨迹空间坐标量。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP Tablet PC Edition [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | msinkaut.h |
Library | InkObj.dll |