ComponentOne Bitmap for WPF
CopyMemory Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > DXUtil Class : CopyMemory Method
The destination memory location.
The source memory location.
The byte count.
Native memcpy.
Syntax
'Declaration
 
Public Shared Sub CopyMemory( _
   ByVal dest As System.IntPtr, _
   ByVal src As System.IntPtr, _
   ByVal sizeInBytesToCopy As System.Integer _
) 
public static void CopyMemory( 
   System.IntPtr dest,
   System.IntPtr src,
   System.int sizeInBytesToCopy
)

Parameters

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

Reference

DXUtil Class
DXUtil Members