IApp.DragCoordinates(Single, Single, Single, Single) Method

Definition

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.

Applies to