UtilZeroMemory Method (IntPtr, UInt32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.Utilities.Util.ZeroMemory(System.IntPtr,System.UInt32)"]

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

public static void ZeroMemory(
	IntPtr outDest,
	uint inNumOfBytes
)

Parameters

outDest
Type: SystemIntPtr

[Missing <param name="outDest"/> documentation for "M:OpenCvSharp.Utilities.Util.ZeroMemory(System.IntPtr,System.UInt32)"]

inNumOfBytes
Type: SystemUInt32

[Missing <param name="inNumOfBytes"/> documentation for "M:OpenCvSharp.Utilities.Util.ZeroMemory(System.IntPtr,System.UInt32)"]

See Also

Reference