DisposableObjectAllocMemory Method
|
Allocates the specified size of memory.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected IntPtr AllocMemory(
int size
)
Protected Function AllocMemory (
size As Integer
) As IntPtr
protected:
IntPtr AllocMemory(
int size
)
member AllocMemory :
size : int -> IntPtr
function AllocMemory(size);
Parameters
- size
- Type: SystemInt32
Return Value
Type:
IntPtr
See Also