共用方式為


iOSApp.DragCoordinates 方法

定義

多載

DragCoordinates(Single, Single, Single, Single)

執行介於 2 點之間的連續拖曳手勢。

DragCoordinates(Single, Single, Single, Single, Nullable<TimeSpan>, Nullable<TimeSpan>)

執行介於 2 點之間的連續拖曳手勢。

DragCoordinates(Single, Single, Single, Single)

執行介於 2 點之間的連續拖曳手勢。

public void DragCoordinates (float fromX, float fromY, float toX, float toY);
abstract member DragCoordinates : single * single * single * single -> unit
override this.DragCoordinates : single * single * single * single -> unit
Public Sub DragCoordinates (fromX As Single, fromY As Single, toX As Single, toY As Single)

參數

fromX
Single

要從中開始的 x 座標。

fromY
Single

要從中開始的 Y 座標。

toX
Single

要結束的 x 座標。

toY
Single

要結束的 Y 座標。

實作

適用於

DragCoordinates(Single, Single, Single, Single, Nullable<TimeSpan>, Nullable<TimeSpan>)

執行介於 2 點之間的連續拖曳手勢。

public void DragCoordinates (float fromX, float fromY, float toX, float toY, Nullable<TimeSpan> duration, Nullable<TimeSpan> holdTime);
member this.DragCoordinates : single * single * single * single * Nullable<TimeSpan> * Nullable<TimeSpan> -> unit
Public Sub DragCoordinates (fromX As Single, fromY As Single, toX As Single, toY As Single, duration As Nullable(Of TimeSpan), holdTime As Nullable(Of TimeSpan))

參數

fromX
Single

要從中開始的 x 座標。

fromY
Single

要從中開始的 Y 座標。

toX
Single

要結束的 x 座標。

toY
Single

要結束的 Y 座標。

duration
Nullable<TimeSpan>

TimeSpan移動流覽手勢的持續時間不包括保留時間。

holdTime
Nullable<TimeSpan>

TimeSpan啟動移動流覽手勢之前,要按住初始按下的持續時間。

適用於