Bitmap for WPF
GetBackBuffer<T> メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DXGI 名前空間 > SwapChain クラス : GetBackBuffer<T> メソッド
The interface of the surface to resolve from the back buffer
A zero-based buffer index. If the swap effect is not DXGI_SWAP_EFFECT_SEQUENTIAL, this method only has access to the first buffer; for this case, set the index to zero.
Access one of the swap-chain back buffers.
シンタックス
'宣言
 
Public Function GetBackBuffer(Of T As ComObject)( _
   ByVal index As System.Integer _
) As T
public T GetBackBuffer<T>( 
   System.int index
)
where T: ComObject

パラメータ

index
A zero-based buffer index. If the swap effect is not DXGI_SWAP_EFFECT_SEQUENTIAL, this method only has access to the first buffer; for this case, set the index to zero.

型パラメータ

T
The interface of the surface to resolve from the back buffer

戻り値の型

Returns a reference to a back-buffer interface.
参照

SwapChain クラス
SwapChain メンバ