ManipulationVelocities structure
Contains the velocities of the accumulated transformations for the current interaction.
Note Velocity is the distance an object travels in a specified direction during a unit of time.
Syntax
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The ManipulationVelocities structure has these fields.
| Field | Data type | Description |
|---|---|---|
| Angular | angular |
Number [JavaScript] | System.Single [.NET] | float32 [C++] |
The rotational velocity in degrees per millisecond. |
| Expansion | expansion |
Number [JavaScript] | System.Single [.NET] | float32 [C++] |
The expansion, or scaling, velocity in DIPs per millisecond. |
| Linear | linear |
The straight line velocity in DIPs per millisecond. |
Remarks
Windows Phone 8
This API is not implemented and will throw an exception if called.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- ManipulationCompletedEventArgs.Velocities | manipulationCompletedEventArgs.velocities Property
- ManipulationDelta
Build date: 2/25/2013