다음을 통해 공유


IApp.PinchToZoomOutCoordinates 메서드

정의

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

public void PinchToZoomOutCoordinates (float x, float y, Nullable<TimeSpan> duration);
abstract member PinchToZoomOutCoordinates : single * single * Nullable<TimeSpan> -> unit
Public Sub PinchToZoomOutCoordinates (x As Single, y As Single, duration As Nullable(Of TimeSpan))

매개 변수

x
Single

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

y
Single

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

duration
Nullable<TimeSpan>

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

적용 대상