Manipulation2DDeltaEventArgs 클래스
정의
public ref class Manipulation2DDeltaEventArgs : EventArgs
public class Manipulation2DDeltaEventArgs : EventArgs
type Manipulation2DDeltaEventArgs = class
inherit EventArgs
Public Class Manipulation2DDeltaEventArgs
Inherits EventArgs
- 상속
속성
Cumulative |
조작이 시작된 이후의 전체 변경 정도를 가져옵니다.Gets the total amount of change since the manipulation started. |
Delta |
마지막 이벤트 이후의 변경 정도를 가져옵니다.Gets the amount of change since the last event. |
OriginX |
조작의 복합 위치에 대한 새 X 좌표를 가져옵니다.Gets the new x-coordinate of the composite position of the manipulation. |
OriginY |
조작의 복합 위치에 대한 새 Y 좌표를 가져옵니다.Gets the new y-coordinate of the composite position of the manipulation. |
Velocities |
조작의 현재 속도를 가져옵니다.Gets the current velocities of the manipulation. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |