Bitmap for WPF
MapSubresource(Resource,Int32,MapMode,MapFlags,DataStream) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > DeviceContext クラス > MapSubresource メソッド : MapSubresource(Resource,Int32,MapMode,MapFlags,DataStream) メソッド
The resource.
The subresource.
The mode.
The flags.
The output stream containing the pointer.
Maps the data contained in a subresource to a memory pointer, and denies the GPU access to that subresource.
シンタックス
'宣言
 
Public Overloads Function MapSubresource( _
   ByVal resource As Resource, _
   ByVal subresource As System.Integer, _
   ByVal mode As MapMode, _
   ByVal flags As MapFlags, _
   ByRef stream As DataStream _
) As DataBox
public DataBox MapSubresource( 
   Resource resource,
   System.int subresource,
   MapMode mode,
   MapFlags flags,
   out DataStream stream
)

パラメータ

resource
The resource.
subresource
The subresource.
mode
The mode.
flags
The flags.
stream
The output stream containing the pointer.

戻り値の型

参照

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