| Home > Obsolete functions > | History back Previous chapter Next chapter Print |
GetImageSize |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetImageSize (LONG* nWidth, LONG* nHeight)
Description
|
|
GetImageSize() returns the width and height of the image. The default value is dependent on the camera model. The image size can be set with the SetAOI() function.
Parameters
Parameter |
Description |
nWidth |
Receives the width of the image. |
nHeight |
Receives the height of the image. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Example:
LONG w, h;
ret = GetImageSize(&w, &h);