Emgu CV Library Documentation
Contour<(Of <(T>)>) Constructor (eltype, kind, flag, stor)
NamespacesEmgu.CVContour<(Of <(T>)>)Contour<(Of <(T>)>)(SEQ_ELTYPE, SEQ_KIND, SEQ_FLAG, MemStorage)

www.emgu.com/wiki
Create a contour of the specific kind, type and flag
Declaration Syntax
C#Visual BasicVisual C++
public Contour(
	SEQ_ELTYPE eltype,
	SEQ_KIND kind,
	SEQ_FLAG flag,
	MemStorage stor
)
Public Sub New ( _
	eltype As SEQ_ELTYPE, _
	kind As SEQ_KIND, _
	flag As SEQ_FLAG, _
	stor As MemStorage _
)
public:
Contour(
	SEQ_ELTYPE eltype, 
	SEQ_KIND kind, 
	SEQ_FLAG flag, 
	MemStorage^ stor
)
Parameters
eltype (SEQ_ELTYPE)
The type of the sequence
kind (SEQ_KIND)
The kind of the sequence
flag (SEQ_FLAG)
The flag of the sequence
stor (MemStorage)
The storage

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)