Get the pointer to the unmanaged memory

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

Syntax

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

See Also