ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DXUtil Class / CopyMemory Method
The destination memory location.
The source memory location.
The byte count.

In This Topic
    CopyMemory Method
    In This Topic
    Native memcpy.
    Syntax
    'Declaration
     
    Public Shared Sub CopyMemory( _
       ByVal dest As IntPtr, _
       ByVal src As IntPtr, _
       ByVal sizeInBytesToCopy As Integer _
    ) 
    public static void CopyMemory( 
       IntPtr dest,
       IntPtr src,
       int sizeInBytesToCopy
    )

    Parameters

    dest
    The destination memory location.
    src
    The source memory location.
    sizeInBytesToCopy
    The byte count.
    See Also