A Pointer to the storage used by this Seq

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

Syntax

C#
public MemStorage Storage { get; }
Visual Basic (Declaration)
Public ReadOnly Property Storage As MemStorage
Visual C++
public:
property MemStorage^ Storage {
	MemStorage^ get ();
}

See Also