DragTo Method (MobileObject)
Class
MobileObject
.
Action
Drags this object to the specified point relative to the mobile device.
Syntax
C#
object
.
DragTo
(
destination
)
VB
object
.
DragTo
(
destination
)
Variable
Description
destination
The destination of the drag relative to the mobile device.
Point
.