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

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Device クラス > Create メソッド : Create(Factory1,Device) メソッド

The Factory1object used when creating the Device.

The C1.Util.DX.DXGI.Deviceobject used when creating the Device.

Initializes a new instance of the Deviceclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal factory As Factory1, _
   ByVal device As Device _
) As Device
public static Device Create( 
   Factory1 factory,
   Device device
)

パラメータ

factory

The Factory1object used when creating the Device.

device

The C1.Util.DX.DXGI.Deviceobject used when creating the Device.

解説
Each call to CreateDevice returns a unique Deviceobject.The C1.Util.DX.DXGI.Deviceobject is obtained by calling QueryInterface on an ID3D10Device or an ID3D11Device.
参照

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