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.3.0.2824 (3.3.0.2824)
Syntaxpublic PinnedArray(
int size
)
Public Sub New (
size As Integer
)
public:
PinnedArray(
int size
)
new :
size : int -> PinnedArray
Parameters
- size
- Type: SystemInt32
The size of the array
See Also