AndroidApp.DragCoordinates(Single, Single, Single, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行 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 坐标。