SpatialManipulationCompletedEventArgs.TryGetCumulativeDelta Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie die relative Bewegung der Hand ab dem Beginn der Manipulationsgeste ab.
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
Parameter
- coordinateSystem
- SpatialCoordinateSystem
Das Koordinatensystem, in dem das Delta ausgedrückt werden soll.
Gibt zurück
Das Delta.
Hinweise
Diese Methode gibt NULL zurück, wenn das angegebene Koordinatensystem derzeit nicht gefunden werden kann.