Click or drag to resize

Range Constructor

Initializes a new instance of the Range class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Range(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
end
Type: SystemInt32
See Also