Moves the sample pointer to an absolute position.
Syntax
void retVal = object.MoveToXY(x, y);
Parameters
- x [in] 
 Type: unsigned long- Position along the x-axis. 
- y [in] 
 Type: unsigned long- Position along the y-axis. 
See also
Reference
Moves the sample pointer to an absolute position.
void retVal = object.MoveToXY(x, y);
x [in]
Type: unsigned long
Position along the x-axis.
y [in]
Type: unsigned long
Position along the y-axis.
Reference