Click or drag to resize

Range Constructor

Initializes a new instance of the Range class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Range(
	int start,
	int end
)

Parameters

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:OpenCvSharp.Range.#ctor(System.Int32,System.Int32)"]

end
Type: SystemInt32

[Missing <param name="end"/> documentation for "M:OpenCvSharp.Range.#ctor(System.Int32,System.Int32)"]

See Also