Bitmap for UWP
Create(Device,Texture2DDescription) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Texture2D クラス > Create メソッド : Create(Device,Texture2DDescription) メソッド
The device with which to associate the texture.
The description of the texture.
Initializes a new instance of the Texture2Dclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByRef description As Texture2DDescription _
) As Texture2D
public static Texture2D Create( 
   Device device,
   ref Texture2DDescription description
)

パラメータ

device
The device with which to associate the texture.
description
The description of the texture.
参照

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