Bitmap for WPF
CopyMemory メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : CopyMemory メソッド
The destination memory location.
The source memory location.
The byte count.
Native memcpy.
シンタックス
'宣言
 
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
)

パラメータ

dest
The destination memory location.
src
The source memory location.
sizeInBytesToCopy
The byte count.
参照

DXUtil クラス
DXUtil メンバ