PinchGestureUpdatedEventArgs 클래스

정의

PinchUpdated 이벤트에 대한 이벤트 인수입니다.

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

생성자

PinchGestureUpdatedEventArgs(GestureStatus)

기본값을 사용하여 새 PinchGestureUpdatedEventArgs 개체를 구성합니다.

PinchGestureUpdatedEventArgs(GestureStatus, Double, Point)

지정한 값을 가진 새 PinchGestureUpdatedEventArgs 개체를 구성합니다.

속성

Scale

마지막 업데이트가 수신된 이후 사용자의 핀치 제스처의 상대적 크기입니다.

ScaleOrigin

핀치 제스처의 업데이트된 원본입니다.

Status

제스처가 시작, 실행 또는 완료되었는지 여부를 나타냅니다.

적용 대상