Get the address of the pinned array

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IntPtr AddrOfPinnedObject()
Public Function AddrOfPinnedObject As IntPtr
public:
IntPtr AddrOfPinnedObject()

Return Value

A pointer to the address of the the pinned array

See Also