Moves the sample pointer to an absolute position.
Syntax
void retVal = object.MoveToXY(x, y);
Parameters
x [in]
Type: unsigned longPosition along the x-axis.
y [in]
Type: unsigned longPosition along the y-axis.
See also
Reference
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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