次の方法で共有


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ピンチ ジェスチャの継続時間。

適用対象