Click or drag to resize
PinnedArrayT Constructor
http://www.emgu.com
Create a Pinnned array of the specific type

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

Parameters

size
Type: SystemInt32
The size of the array
See Also