| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetImagePosition |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetImagePosition (LONG xPos, LONG yPos)
Description
SetImagePosition() defines the starting point of the upper left corner of the image readout. When used with the SetImageSize() function, SetImagePosition() allows to cut out an area of interest of the full image. The xPos and yPos parameters create an offset in relation to the upper left corner of the image.
Parameters
xPos |
Horizontal starting point of the area of interest. |
yPos |
Vertical starting point of the area of interest. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions