Emgu CV Library Documentation
PinnedArray<(Of <(T>)>) Constructor (size)
NamespacesEmgu.UtilPinnedArray<(Of <(T>)>)PinnedArray<(Of <(T>)>)(Int32)

www.emgu.com/wiki
Create a Pinnned array of type T
Declaration Syntax
C#Visual BasicVisual C++
public PinnedArray(
	int size
)
Public Sub New ( _
	size As Integer _
)
public:
PinnedArray(
	int size
)
Parameters
size (Int32)
The size of the array

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)