imaqMoveToolWindow
Usage
int imaqMoveToolWindow(Point position);
Purpose
Moves the tool window.
Parameters
Name
|
Type
|
Description
|
---|---|---|
position | Point | The new position, in screen coordinates, of the upper left corner of the tool window. |
Return Value
Type |
Description |
---|---|
int | On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError(). |