[This is preliminary documentation and is subject to change.]

Create a sequence from the unmanaged pointer and the storage used by the pointer

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Seq(
	IntPtr seq,
	MemStorage storage
)
Public Sub New ( _
	seq As IntPtr, _
	storage As MemStorage _
)
public:
Seq(
	IntPtr seq, 
	MemStorage^ storage
)

Parameters

seq
IntPtr
The unmanaged sequence
storage
MemStorage
The memory storage this sequence utilize

See Also