Bitmap for UWP
FromSwapChain メソッド (Surface)

C1.UWP.DX アセンブリ > C1.Util.DX.DXGI 名前空間 > Surface クラス : FromSwapChain メソッド
The swap chain to get the buffer from.
The index of the desired buffer.
Gets a swap chain back buffer.
シンタックス
'宣言
 
Public Shared Function FromSwapChain( _
   ByVal swapChain As SwapChain, _
   ByVal index As System.Integer _
) As Surface
public static Surface FromSwapChain( 
   SwapChain swapChain,
   System.int index
)

パラメータ

swapChain
The swap chain to get the buffer from.
index
The index of the desired buffer.

戻り値の型

The buffer interface, or nullon failure.
参照

Surface クラス
Surface メンバ