imaqShowScrollbars
Usage
int imaqShowScrollbars(int windowNumber, int visible);
Purpose
Shows or hides the scrollbars on an image window.
Parameters
|
Name
|
Type
|
Description
|
|---|---|---|
| windowNumber | int | The window number of the image window. |
| visible | int | If TRUE, the scrollbars of the window are visible. If FALSE, the scrollbars of the window are hidden. |
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(). |