Emgu CV Library Documentation
GetSubRect Method (rect)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)GetSubRect(Rectangle)

www.emgu.com/wiki
Get a subimage which image data is shared with the current image.
Declaration Syntax
C#Visual BasicVisual C++
public Image<TColor, TDepth> GetSubRect(
	Rectangle rect
)
Public Function GetSubRect ( _
	rect As Rectangle _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ GetSubRect(
	Rectangle rect
)
Parameters
rect (Rectangle)
The rectangle area of the sub-image
Return Value
A subimage which image data is shared with the current image

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)