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捏合手势的持续时间。

实现

适用于