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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public PinnedArray(
	int size
)

Parameters

size
Type: SystemInt32
The size of the array
See Also