Bitmap for WPF
Create(Device,IntPtr,BufferDescription) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Buffer クラス > Create メソッド : Create(Device,IntPtr,BufferDescription) メソッド
The device with which to associate the buffer.
The data pointer.
The description of the buffer.
Initializes a new instance of the Bufferclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal dataPointer As System.IntPtr, _
   ByVal description As BufferDescription _
) As Buffer
public static Buffer Create( 
   Device device,
   System.IntPtr dataPointer,
   BufferDescription description
)

パラメータ

device
The device with which to associate the buffer.
dataPointer
The data pointer.
description
The description of the buffer.
参照

Buffer クラス
Buffer メンバ
オーバーロード一覧