다음을 통해 공유


AndroidApp.PinchToZoomInCoordinates 메서드

정의

손가락 모으기 제스처를 수행하여 지정된 좌표에서 보기를 확대/축소합니다.

public void PinchToZoomInCoordinates (float x, float y, Nullable<TimeSpan> duration = null);
abstract member PinchToZoomInCoordinates : single * single * Nullable<TimeSpan> -> unit
override this.PinchToZoomInCoordinates : single * single * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomInCoordinates (x As Single, y As Single, Optional duration As Nullable(Of TimeSpan) = null)

매개 변수

x
Single

손가락 모으기 가운데의 x 좌표입니다.

y
Single

손가락 모으기 가운데의 y 좌표입니다.

duration
Nullable<TimeSpan>

TimeSpan 손가락 모으기 제스처의 기간입니다.

구현

적용 대상