Get the address of the pinned array

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

Syntax

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

Return Value

A pointer to the address of the the pinned array

See Also