www.emgu.com/wiki
Sets the image ROI to a given rectangle. If ROI is NULL and the value of the parameter rect is not equal to the whole image, ROI is allocated.

Declaration Syntax
Public Shared Sub cvSetImageROI ( _
image As IntPtr, _
rect As MCvRect _
)

Parameters
- image (IntPtr)
- Image header.
- rect (MCvRect)
- ROI rectangle.
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)