Get the pointer to the unmanaged memory

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

Syntax

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

See Also