Pointer to the unmanaged object

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

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

See Also