IApp.PinchToZoomInCoordinates 方法

定義

執行捏合手勢,以在指定的座標上放大檢視。

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

參數

x
Single

捏合中央的 X 座標。

y
Single

捏合中央的 Y 座標。

duration
Nullable<TimeSpan>

TimeSpan捏合手勢的持續時間。

適用於