Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 4.55 KB

manipulationdelta.md

File metadata and controls

39 lines (23 loc) · 4.55 KB
-api-id -api-type
T:Windows.UI.Input.ManipulationDelta
winrt struct

ManipulationDelta

-description

Contains the accumulated transformations for the current manipulation.

-struct-fields

-field Translation

The change in x-y screen coordinates, in device-independent pixel (DIP).

-field Scale

The change in distance between touch contacts, as a percentage. For example, if the distance between two contacts changes from 100 device-independent pixel (DIP) to 200 device-independent pixel (DIP) during a manipulation, the value of Scale would be 2.0.

-field Rotation

The change in angle of rotation, in degrees.

-field Expansion

The change in distance between touch contacts, as device-independent pixel (DIP). For example, if the distance between two contacts changes from 100 device-independent pixel (DIP) to 200 device-independent pixel (DIP) during a manipulation, the value of Expansion would be 100.0.

-remarks

-examples

-see-also

Touch interactions - Manipulation events, User interaction mode sample, Focus visuals sample, Input: Device capabilities sample, Input: Simplified ink sample, Input: Windows 8 gestures sample, Input: XAML user input events sample, XAML scrolling, panning, and zooming sample, DirectX touch input sample, Input: Manipulations and gestures (C++) sample, Input: Touch hit testing sample, Input source identification sample, Touch injection sample, Win32 touch hit-testing sample