Click or drag to resize

DisposableObjectAllocMemory Method

Allocates the specified size of memory.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
protected IntPtr AllocMemory(
	int size
)

Parameters

size
Type: SystemInt32

Return Value

Type: IntPtr
See Also