PanUpdatedEventArgs 클래스

정의

팬 제스처를 업데이트할 때 발생하는 이벤트입니다.

public class PanUpdatedEventArgs : EventArgs
type PanUpdatedEventArgs = class
    inherit EventArgs
상속
PanUpdatedEventArgs

생성자

PanUpdatedEventArgs(GestureStatus, Int32)

지정된 값으로 새 PanUpdatedEventArgs를 만듭니다.

PanUpdatedEventArgs(GestureStatus, Int32, Double, Double)

지정된 값으로 새 PanUpdatedEventArgs를 만듭니다.

속성

GestureId

이벤트를 발생시킨 제스처의 식별자를 가져옵니다.

StatusType

이 이벤트가 새로 시작된 제스처, 실행 중인 제스처, 완료된 제스처 또는 취소된 제스처에 대한 것인지 여부를 알려주는 값을 가져옵니다.

TotalX

제스처가 시작된 이후 X 방향의 총 변경을 가져옵니다.

TotalY

제스처가 시작된 이후 Y 방향의 총 변경을 가져옵니다.

적용 대상