Get the pointer of this sequence

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

Syntax

C#
public IntPtr Ptr { get; }
Visual Basic (Declaration)
Public ReadOnly Property Ptr As IntPtr
Visual C++
public:
property IntPtr Ptr {
	IntPtr get ();
}

See Also