Drag Method (MobileObject)

Class

MobileObject class

Action

Performs a drag operation between the two specified points.

Syntax

object.Drag(start, end)
Variable Description
start The start point of the drag operation. POINT.
end The end point of the drag operation. POINT.