Syntax
AOI_GetImageAOI (IS_RECT *pRectAOI)
AOI_GetImageAOI (RECT *prcAOI)
Description
Returns the coordinates of the current image AOI.
Parameter
pRectAOI |
Pointer to an object of the type IS_RECT in which the top left corner, width and height of the AOI are returned [s32X, s32Y, s32Width, s32Height]. |
prcAOI |
Pointer to an object of the type RECT in which the coordinates are returned in the sequence [left, top, right, bottom]. |
Interface
Related functions