Create a Pinnned array of type T
Namespace:
Emgu.Util
Assembly:
Emgu.Util (in Emgu.Util.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public PinnedArray(
int size
)
Public Sub New ( _
size As Integer _
)
public:
PinnedArray(
int size
)
Parameters
- size
- Int32
The size of the array
See Also