InertiaProcessor2D.Delta 이벤트

정의

보외법 원점이 변경되거나 변환, 배율 조정 또는 회전이 수행되면 발생합니다.

public:
 event EventHandler<System::Windows::Input::Manipulations::Manipulation2DDeltaEventArgs ^> ^ Delta;
public event EventHandler<System.Windows.Input.Manipulations.Manipulation2DDeltaEventArgs> Delta;
member this.Delta : EventHandler<System.Windows.Input.Manipulations.Manipulation2DDeltaEventArgs> 
Public Custom Event Delta As EventHandler(Of Manipulation2DDeltaEventArgs) 
Public Event Delta As EventHandler(Of Manipulation2DDeltaEventArgs) 

이벤트 유형

예제

#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

설명

합니다 InertiaProcessor2D.Delta 이벤트 및 ManipulationProcessor2D.Delta 이벤트는 같은 형식입니다. 일반적으로 두 이벤트에 대 한 동일한 이벤트 처리기를 사용할 수 있습니다.

적용 대상