Create a new MCvSlice using the specific start and end index

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public MCvSlice(
	int start,
	int end
)
Visual Basic (Declaration)
Public Sub New ( _
	start As Integer, _
	end As Integer _
)
Visual C++
public:
MCvSlice(
	int start, 
	int end
)

Parameters

start
Type: System..::.Int32
start index
end
Type: System..::.Int32
end index

See Also