IApp.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
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 座標。