MemoryHelperCopyMemory Method (IntPtr, IntPtr, UInt32)
|
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static void CopyMemory(
IntPtr outDest,
IntPtr inSrc,
uint inNumOfBytes
)
Public Shared Sub CopyMemory (
outDest As IntPtr,
inSrc As IntPtr,
inNumOfBytes As UInteger
)
public:
static void CopyMemory(
IntPtr outDest,
IntPtr inSrc,
unsigned int inNumOfBytes
)
static member CopyMemory :
outDest : IntPtr *
inSrc : IntPtr *
inNumOfBytes : uint32 -> unit
OpenCvSharp.Util.MemoryHelper.CopyMemory = function(outDest, inSrc, inNumOfBytes);
Parameters
- outDest
- Type: SystemIntPtr
- inSrc
- Type: SystemIntPtr
- inNumOfBytes
- Type: SystemUInt32
See Also