Bitmap for UWP
Create メソッド (SwapChain)

C1.UWP.DX アセンブリ > C1.Util.DX.DXGI 名前空間 > SwapChain クラス : Create メソッド
a reference to a Factory.
A reference to the device that will write 2D images to the swap chain.
A reference to the swap-chain description (see SwapChainDescription).
Creates a swap chain.
シンタックス
'宣言
 
Public Shared Function Create( _
   ByVal factory As Factory, _
   ByVal device As ComObject, _
   ByVal description As SwapChainDescription _
) As SwapChain
public static SwapChain Create( 
   Factory factory,
   ComObject device,
   SwapChainDescription description
)

パラメータ

factory
a reference to a Factory.
device
A reference to the device that will write 2D images to the swap chain.
description
A reference to the swap-chain description (see SwapChainDescription).
参照

SwapChain クラス
SwapChain メンバ