MemoryHelperCopyMemory Method (Void, Void, UInt32)
|
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static void CopyMemory(
void* outDest,
void* inSrc,
uint inNumOfBytes
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
static void CopyMemory(
void* outDest,
void* inSrc,
unsigned int inNumOfBytes
)
F# does not support APIs that consume or return unsafe types.
JavaScript does not support APIs that consume or return unsafe types.
Parameters
- outDest
- Type: SystemVoid*
- inSrc
- Type: SystemVoid*
- inNumOfBytes
- Type: SystemUInt32
See Also