Click or drag to resize

RotatedRectOffset Method

http://www.emgu.com
Shift the box by the specific amount

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Offset(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x value to be offseted
y
Type: SystemInt32
The y value to be offseted
See Also