[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.CopyMemory

CopyMemory Method

CopyMemory(IntPtr, IntPtr, int)

Native memcpy.

Declaration
public static void CopyMemory(IntPtr dest, IntPtr src, int sizeInBytesToCopy)
Parameters
Type Name Description
IntPtr dest

The destination memory location.

IntPtr src

The source memory location.

int sizeInBytesToCopy

The byte count.