| DisposableObjectAllocMemory Method |
Allocates the specified size of memory.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected IntPtr AllocMemory(
int size
)
Protected Function AllocMemory (
size As Integer
) As IntPtr
protected:
IntPtr AllocMemory(
int size
)
member AllocMemory :
size : int -> IntPtr
Parameters
- size
- Type: SystemInt32
[Missing <param name="size"/> documentation for "M:OpenCvSharp.DisposableObject.AllocMemory(System.Int32)"]
Return Value
Type:
IntPtr[Missing <returns> documentation for "M:OpenCvSharp.DisposableObject.AllocMemory(System.Int32)"]
See Also