Emgu CV Library Documentation
Offset Method (x, y)
NamespacesEmgu.CV.StructureMCvBox2DOffset(Int32, Int32)

www.emgu.com/wiki
Shift the box by the specific amount
Declaration Syntax
C#Visual BasicVisual C++
public void Offset(
	int x,
	int y
)
Public Sub Offset ( _
	x As Integer, _
	y As Integer _
)
public:
void Offset(
	int x, 
	int y
)
Parameters
x (Int32)
The x value to be offseted
y (Int32)
The y value to be offseted

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