http://www.emgu.com
Pointer to the unmanaged object

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

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

See Also