http://www.emgu.com
Get the address of the pinned array

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

Syntax

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

Return Value

A pointer to the address of the the pinned array

See Also