Create a new MCvSlice using the specific start and end index

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

Syntax

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

Parameters

start
Int32
start index
end
Int32
end index

See Also