PinchGestureUpdatedEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
PinchGestureUpdatedEventArgs(GestureStatus) |
기본값을 사용하여 새 PinchGestureUpdatedEventArgs 개체를 구성합니다. |
PinchGestureUpdatedEventArgs(GestureStatus, Double, Point) |
지정한 값을 가진 새 PinchGestureUpdatedEventArgs 개체를 구성합니다. |
PinchGestureUpdatedEventArgs(GestureStatus)
기본값을 사용하여 새 PinchGestureUpdatedEventArgs 개체를 구성합니다.
public:
PinchGestureUpdatedEventArgs(Microsoft::Maui::GestureStatus status);
public PinchGestureUpdatedEventArgs (Microsoft.Maui.GestureStatus status);
new Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs : Microsoft.Maui.GestureStatus -> Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs
Public Sub New (status As GestureStatus)
매개 변수
- status
- GestureStatus
새 제스처 상태입니다.
적용 대상
PinchGestureUpdatedEventArgs(GestureStatus, Double, Point)
지정한 값을 가진 새 PinchGestureUpdatedEventArgs 개체를 구성합니다.
public:
PinchGestureUpdatedEventArgs(Microsoft::Maui::GestureStatus status, double scale, Microsoft::Maui::Graphics::Point origin);
public PinchGestureUpdatedEventArgs (Microsoft.Maui.GestureStatus status, double scale, Microsoft.Maui.Graphics.Point origin);
new Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs : Microsoft.Maui.GestureStatus * double * Microsoft.Maui.Graphics.Point -> Microsoft.Maui.Controls.PinchGestureUpdatedEventArgs
Public Sub New (status As GestureStatus, scale As Double, origin As Point)
매개 변수
- status
- GestureStatus
제스처가 시작, 실행 또는 종료되었는지 여부를 표시합니다.
- scale
- Double
핀치 제스처의 현재 비율 크기입니다.
- origin
- Point
핀치 제스처의 업데이트된 원본입니다.
설명
핀치의 원점은 손가락 모으기 제스처의 중심이며, 사용자가 크기를 조정하는 동안 손가락 모으기를 번역하면 변경됩니다. 애플리케이션 개발자는 제스처가 시작될 때 핀치 원점을 저장하고 해당 제스처에 대한 모든 크기 조정 작업에 사용할 수 있습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI