| SharedMemoryBufferCopy Method |
Copies the shared memory buffer.
Namespace:
Lumiscaphe.Workshop.Interop.IO
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static void Copy(
IntPtr destination,
IntPtr source,
int size
)
public:
static void Copy(
IntPtr destination,
IntPtr source,
int size
)
Parameters
- destination
- Type: SystemIntPtr
The destination buffer. - source
- Type: SystemIntPtr
The source buffer. - size
- Type: SystemInt32
The buffer size.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also