ZennoLab Assemblies Documentation
SwipeIntoViewUsingAbsoluteCoords Method
ZennoLab.CommandCenter Namespace > Tab.TouchSimulation Class : SwipeIntoViewUsingAbsoluteCoords Method

Type: System.Int32

X coordinate of a point relative to the top of a window

Type: System.Int32

Y coordinate of a point relative to the top of a window.

Swipes into the view of a point. Mind that coordinates for this method are relative to the top of a window. Do not call this method using coordinates, relative to the top of a view!
Syntax
public void SwipeIntoViewUsingAbsoluteCoords( 
   int x,
   int y
)

Parameters

x

Type: System.Int32

X coordinate of a point relative to the top of a window

y

Type: System.Int32

Y coordinate of a point relative to the top of a window.

Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab.TouchSimulation Class
Tab.TouchSimulation Members