Bitmap for WPF
FromSwapChain<T> メソッド (Resource)

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

パラメータ

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

型パラメータ

T
The type of the buffer.

戻り値の型

The buffer interface, or nullon failure.
参照

Resource クラス
Resource メンバ