object
Note: The MOVE and SIZE options can both be specified, in which case, the window is moved and sized at the same time.
MOVE
All coordinates of the rectangle (X1 Y1 X2 Y2) must be specified, but X2 Y2 are ignored if the SIZE keyword is not specified.
This option will not affect an application-supplied alternate video window.
This option will not affect an application-supplied alternate video window.
Note: The MOVE and SIZE options can both be specified, in which case, the monitor video window is moved and sized at the same time.
PUT object RECORD DESTINATION AT 13 47 173 167
yields a playback video size of 160x120 ((173 - 13)x(167 - 47)).
If either the width or the height of the rectangle specified with the RECORD and DESTINATION keywords (indicating playback video size) is not a multiple of eight, that value is rounded to the nearest multiple of eight.
Use the WHERE object RECORD DESTINATION ADJUSTED command to obtain the actual size of the playback video. RECORD SOURCE AT rect
If the device is cued for input (recording), the actual source rectangle is displayed. Otherwise, the maximum source rectangle is displayed with any subset represented as an animated, dashed-line rectangle.
Note: If only the source is set then the destination defaults to half of the source size. The video source extent can be found using the STATUS command with the HORIZONTAL VIDEO EXTENT and VERTICAL VIDEO EXTENT keywords.
If the device cannot distort and the rectangle specified with PUT object RECORD SOURCE AT rect is not an integral multiple of the rectangle specified with PUT object RECORD DESTINATION AT rect (playback video size), the source and destination rectangles will be adjusted to find the nearest values that will make the source become an integral multiple of the destination and the destination become a multiple of eight.
Note: The source rectangle specifies the portion of the image to be captured and the destination rectangle specifies the size of the video to be recorded. This indicates the scaling to be applied to the source rectangle.