imaqMoveWindow
Usage
int imaqMoveWindow(int windowNumber, Point position);
Purpose
Moves an image window.
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| windowNumber | int | The window number of the image window. |
| position | Point | The new position, in screen coordinates, of the upper left corner of the 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(). |