IUIAnimationVariable2::SetLowerBoundVector 方法 (uianimation.h)

设置动画变量每个指定维度的下限 (底) 值。 每个动画变量的值不应低于其下限。

语法

HRESULT SetLowerBoundVector(
  [in] const DOUBLE *bound,
  [in] UINT         cDimension
);

参数

[in] bound

大小 为 cDimension) 的矢量 (,其中包含每个维度的下限值。

[in] cDimension

需要下限值的维度数。 此参数指定 绑定中列出的值数。

返回值

如果成功,则返回S_OK;否则为 HRESULT 错误代码。 有关错误代码列表,请参阅 Windows 动画 错误代码。

要求

要求
最低受支持的客户端 Windows 8、Windows 7 和适用于 Windows 7 的平台更新 [桌面应用 |UWP 应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 uianimation.h
DLL UIAnimation.dll

另请参阅

IUIAnimationVariable2