http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Shift the box by the specific amount
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Offset( int x, int y ) |
Visual Basic |
---|
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