Click or drag to resize

Range Constructor

http://www.emgu.com
Create a range of the specific min/max value

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Range(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
The start value of this range
end
Type: SystemInt32
The max value of this range
See Also