IDirectManipulationMotion::SetLowerBound method
[This documentation is preliminary and is subject to change.]
Applies to: desktop apps only
The lower limit of the manipulation motion. This is used for inertia and snapping to determine the manipulation criteria.
Syntax
HRESULT SetLowerBound(
[in] DOUBLE bound
);
Parameters
- bound [in]
The lower bound of the motion.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The output value of a motion may exceed the boundary property during a manipulation (i.e. while the status of the region is RUNNING or INERTIA).
Requirements
Minimum supported client |
Windows Developer Preview |
Minimum supported server |
Windows Server Developer Preview |
IDL |
DirectManipulation.idl |
See also
Build date: 12/12/2011