Bitmap for WPF
AllocateMemory メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : AllocateMemory メソッド
Size of the buffer to allocate.
Alignment, 16 bytes by default.
Allocate an aligned memory buffer.
シンタックス
'宣言
 
Public Shared Function AllocateMemory( _
   ByVal sizeInBytes As System.Integer, _
   Optional ByVal align As System.Integer _
) As System.IntPtr
public static System.IntPtr AllocateMemory( 
   System.int sizeInBytes,
   System.int align
)

パラメータ

sizeInBytes
Size of the buffer to allocate.
align
Alignment, 16 bytes by default.

戻り値の型

A pointer to a buffer aligned.
解説
To free this buffer, call FreeMemory.
参照

DXUtil クラス
DXUtil メンバ