imaqGetToolWindowPos
Usage
int imaqGetToolWindowPos(Point* position);
Purpose
Retrieves the current location of the tool window. The function behaves in the same manner as imaqGetWindowPos().
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| position | Point* | On return, the position of the upper left corner of the tool window. This parameter is required and cannot be NULL. |
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(). |