| Home > Obsolete functions > | History back Previous chapter Print |
SetImageSize |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetImageSize (LONG nWidth, LONG nHeight)
Description
|
|
SetImageSize() defines the image size read out from the image sensor. When used in combination with the SetImagePosition() function, SetImageSize() allows to cut out an area of interest of the full image.
|
|
Parameters
nWidth |
Width of image/area of interest. |
nHeight |
Height of image/area of interest. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions