共用方式為


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捏合手勢的持續時間。

適用於