NativeMethodscvMemStorageAlloc Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAlloc(System.IntPtr,System.UInt32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr cvMemStorageAlloc(
	IntPtr storage,
	uint size
)

Parameters

storage
Type: SystemIntPtr

[Missing <param name="storage"/> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAlloc(System.IntPtr,System.UInt32)"]

size
Type: SystemUInt32

[Missing <param name="size"/> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAlloc(System.IntPtr,System.UInt32)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvMemStorageAlloc(System.IntPtr,System.UInt32)"]

See Also

Reference