Click or drag to resize

PinnedArrayT Constructor

http://www.emgu.com
Create a Pinnned array of the specific type

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public PinnedArray(
	int size
)

Parameters

size
Type: SystemInt32
The size of the array
See Also