iOSApp.PinchToZoomOutCoordinates メソッド

定義

ピンチ ジェスチャを実行して、指定した座標でビューを拡大します。

public void PinchToZoomOutCoordinates (float x, float y, Nullable<TimeSpan> duration);
abstract member PinchToZoomOutCoordinates : single * single * Nullable<TimeSpan> -> unit
override this.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ピンチ ジェスチャの継続時間。

実装

適用対象