Get the address of the pinned array

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

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