Create a Pinnned array of type T

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

Syntax

C#
public PinnedArray(
	int size
)
Visual Basic (Declaration)
Public Sub New ( _
	size As Integer _
)
Visual C++
public:
PinnedArray(
	int size
)

Parameters

size
Type: System..::.Int32
The size of the array

See Also