共用方式為


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

實作

適用於