AndroidApp.PinchToZoomInCoordinates 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行捏合手勢,以在指定的座標上放大檢視。
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 座標。