IUIAnimationVariable2::SetLowerBoundVector method
Sets the lower bound (floor) value of each specified dimension for the animation variable. The value of each animation variable should not fall below its lower bound.
Syntax
HRESULT SetLowerBoundVector( [in] const DOUBLE *bound, [in] UINT cDimension );
Parameters
- bound [in]
-
A vector (of size cDimension) that contains the lower bound values of each dimension.
- cDimension [in]
-
The number of dimensions that require lower bound values. This parameter specifies the number of values listed in bound.
Return value
Returns S_OK if successful; otherwise an HRESULT error code. See Windows Animation Error Codes for a list of error codes.
Requirements
|
Minimum supported client |
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationVariable2 is defined as 4914B304-96AB-44d9-9E77-D5109B7E7466 |
See also