Shift the box by the specific amount

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void Offset(
	int x,
	int y
)
Visual Basic (Declaration)
Public Sub Offset ( _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
void Offset(
	int x, 
	int y
)

Parameters

x
Type: System..::.Int32
The x value to be offseted
y
Type: System..::.Int32
The y value to be offseted

See Also