Share via


ManipulationCompletedEventArgs 클래스

정의

ManipulationCompleted 이벤트에 대한 이벤트 데이터를 포함합니다.

public ref class ManipulationCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
class ManipulationCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.None)]
public sealed class ManipulationCompletedEventArgs
Public NotInheritable Class ManipulationCompletedEventArgs
상속
Object Platform::Object IInspectable ManipulationCompletedEventArgs
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

자바 스크립트: 이 개체는 ManipulationCompleted 이벤트 처리기에서 액세스합니다.

참고

이 클래스는 민첩하지 않으므로 스레딩 모델 및 마샬링 동작을 고려해야 합니다. 자세한 내용은 스레딩 및 마샬링(C++/CX)다중 스레드 환경에서 Windows 런타임 개체 사용(.NET)을 참조하세요.

버전 기록

Windows 버전 SDK 버전 추가된 값
2004 19041 ContactCount
2004 19041 CurrentContactCount

속성

ContactCount

ManipulationCompleted 이벤트가 인식될 때의 접점 수를 가져옵니다.

Cumulative

조작 시작부터 관성 끝까지 완료된 조작의 누적 변환 델타(변환, 회전, 배율)를 나타내는 값을 가져옵니다.

CurrentContactCount

진행 중인 Windows.UI.Input.GestureRecognizer.ManipulationCompleted 이벤트에 대한 현재 접점 수를 가져옵니다.

PointerDeviceType

입력 소스의 디바이스 유형을 가져옵니다.

Position

마지막 조작 이벤트에 대한 조작과 연결된 포인터의 위치를 가져옵니다.

Velocities

ManipulationCompleted 이벤트에서 조작에 대한 변환 델타(변환, 회전, 배율)의 속도를 나타내는 값을 가져옵니다.

적용 대상

추가 정보