Click or drag to resize

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
)

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