Interface functions to IImageRect Interface. More...
Functions | |
cvbbool_t | CanImageRect (IMG Image) |
This function verifies whether the image supports the ImageRect interface. More... | |
cvbres_t | IRImageOffset (IMG Image, IMAGERECT_CMD lAction, cvbdim_t &lXOffset, cvbdim_t &lYOffset) |
Sets/ Gets/ Inquires the offsets of the current image. More... | |
cvbres_t | IRImageSize (IMG Image, IMAGERECT_CMD lAction, cvbdim_t &lDx, cvbdim_t &lDy, IMG &imgNew) |
Sets/ Gets/ Inquires the size of the current image. When IMAGERECT_CMD_GET or IMAGERECT_CMD_VALIDATE is used the imgNew will not be assigned with a new image. IT will be assigned with null. A new image will be returned with imgNew if the set or reset functionality is used and the return value is 0 (OK). The old image still exists but all driver interfaces 'move' to the new image. The old image (Image) and the new Image (imgNew) have to be released with ReleaseObject when they are not needed anymore. With IMAGERECT_CMD_SET_AUTODELETE only the newImg has to be released. More... | |
Interface functions to IImageRect Interface.