Manipulation2DCompletedEventArgs 클래스

정의

ManipulationProcessor2D.Completed 이벤트 또는 InertiaProcessor2D.Completed 이벤트와 함께 전송되는 데이터를 나타냅니다.

public ref class Manipulation2DCompletedEventArgs : EventArgs
public class Manipulation2DCompletedEventArgs : EventArgs
type Manipulation2DCompletedEventArgs = class
    inherit EventArgs
Public Class Manipulation2DCompletedEventArgs
Inherits EventArgs
상속
Manipulation2DCompletedEventArgs

설명

이 데이터는 이벤트 또는 ManipulationProcessor2D.Completed 이벤트에 적용됩니다InertiaProcessor2D.Completed.

속성

Name Description
OriginX

조작의 복합 위치의 새 x 좌표를 가져옵니다.

OriginY

조작의 복합 위치의 새 y 좌표를 가져옵니다.

Total

조작이 시작된 이후의 총 변경 금액을 가져옵니다.

Velocities

조작의 현재 속도를 가져옵니다.

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상