InertiaProcessor2D.Process(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extrapolates the manipulation's position, orientation, and average radius at the specified time.
public:
bool Process(long timestamp);
public bool Process (long timestamp);
member this.Process : int64 -> bool
Public Function Process (timestamp As Long) As Boolean
Parameters
- timestamp
- Int64
The timestamp to perform extrapolation, in 100-nanosecond ticks.
Returns
The manipulation's position, orientation, and average radius at the specified time. true
if extrapolation is in progress; otherwise, false
if extrapolation has completed.
Exceptions
The timestamp parameter is less than the initial or previous timestamp.
Remarks
Timestamps are in 100-nanosecond units.