InertiaProcessor2D.Delta Evento

Definición

Se produce cuando cambia el origen de extrapolación o cuando se produce una traslación, un ajuste de escala o una rotación.

C#
public event EventHandler<System.Windows.Input.Manipulations.Manipulation2DDeltaEventArgs> Delta;

Tipo de evento

Ejemplos

C#
#region OnManipulationOrInertiaDelta
private void OnManipulationOrInertiaDelta(object sender, Manipulation2DDeltaEventArgs e)
{
    // The values obtained from e.Delta can be used to move, resize, or
    // change the orientation of the element that is being manipulated.
}
#endregion

Comentarios

El InertiaProcessor2D.Delta evento y el ManipulationProcessor2D.Delta evento son del mismo tipo. Normalmente, puede usar el mismo controlador de eventos para ambos eventos.

Se aplica a

Producto Versiones
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10