IApp.DragCoordinates(Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a continuous drag gesture between 2 points.
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)
Parameters
- fromX
- Single
The x coordinate to start dragging from.
- fromY
- Single
The y coordinate to start dragging from.
- toX
- Single
The x coordinate to drag to.
- toY
- Single
The y coordinate to drag to.