Bitmap for UWP
CopyResource メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > DeviceContext クラス : CopyResource メソッド
A reference to the source resource (see Resource).
A reference to the destination resource (see Resource).
Copy the entire contents of the source resource to the destination resource using the GPU.
シンタックス
'宣言
 
Public Sub CopyResource( _
   ByVal source As Resource, _
   ByVal destination As Resource _
) 
public void CopyResource( 
   Resource source,
   Resource destination
)

パラメータ

source
A reference to the source resource (see Resource).
destination
A reference to the destination resource (see Resource).
参照

DeviceContext クラス
DeviceContext メンバ