Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetDisplayPos |
uEye Camera Manual Version 3.80
is_SetDisplayPos
USB 2.0 GigE |
- |
Syntax
INT is_SetDisplayPos (HIDS hCam, INT x, INT y)
Description
is_SetDisplayPos() allows you to move an area of interest when rendering images using is_RenderBitmap(). The function moves the camera image by the selected offset within the output window. The image memory remains unchanged.
|
Input Parameters
hCam |
Camera handle |
x |
Offset in x direction, measured from the top left corner of the output window |
y |
Offset in y direction, measured from the top left corner of the output window |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions