Share via


SpatialManipulationCompletedEventArgs.TryGetCumulativeDelta Method

Definition

Get the relative motion of the hand since the start of the Manipulation gesture.

public:
 virtual SpatialManipulationDelta ^ TryGetCumulativeDelta(SpatialCoordinateSystem ^ coordinateSystem) = TryGetCumulativeDelta;
SpatialManipulationDelta TryGetCumulativeDelta(SpatialCoordinateSystem const& coordinateSystem);
public SpatialManipulationDelta TryGetCumulativeDelta(SpatialCoordinateSystem coordinateSystem);
function tryGetCumulativeDelta(coordinateSystem)
Public Function TryGetCumulativeDelta (coordinateSystem As SpatialCoordinateSystem) As SpatialManipulationDelta

Parameters

coordinateSystem
SpatialCoordinateSystem

The coordinate system in which to express the delta.

Returns

The delta.

Remarks

This method will return null if the specified coordinate system cannot be located at the moment.

Applies to