Craete a contour from the specific IntPtr and storage

C# | Visual Basic | Visual C++ |
public Contour( IntPtr ptr, MemStorage storage )
Public Sub New ( _ ptr As IntPtr, _ storage As MemStorage _ )
public: Contour( IntPtr ptr, MemStorage^ storage )

- ptr (IntPtr)
- The unmanged Pointer to the sequence
- storage (MemStorage)
[Missing <param name="storage"/> documentation for "M:Emgu.CV.Contour`1.#ctor(System.IntPtr,Emgu.CV.MemStorage)"]