次の方法で共有


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

実装

適用対象