Syntax
INT is_SetImageSize (HIDS hf, INT x, INT y)
Description
is_SetImageSize() determines the image size when used with the setting from is_SetImagePos().
Parameters
hf |
Frame grabber handle |
x |
Image width 0...768 (PAL) 0...640 (NTSC) |
IS_GET_IMAGE_SIZE_X |
Returns the current width |
IS_GET_IMAGE_SIZE_Y |
Retruns the current height |
y |
Image height 0...576 (PAL) 0...480 (NTSC) |
Return value
Current setting when called with IS_GET_IMAGE_SIZE_X and IS_GET_IMAGE_SIZE_Y, else IS_SUCCESS or IS_NO_SUCCESS.