ComponentOne Bitmap for UWP
CreateSwapChain1ForComposition Method

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > Factory2 Class : CreateSwapChain1ForComposition Method
HRESULT IDXGIFactory2::CreateSwapChainForComposition([In] IUnknown* pDevice,[In] const DXGI_SWAP_CHAIN_DESC1* pDesc,[In, Optional] IDXGIOutput* pRestrictToOutput,[Out, Fast] IDXGISwapChain1** ppSwapChain)
Syntax
'Declaration
 
Public Function CreateSwapChain1ForComposition( _
   ByVal deviceRef As ComObject, _
   ByRef descRef As SwapChainDescription1, _
   ByVal restrictToOutputRef As Output _
) As SwapChain1
public SwapChain1 CreateSwapChain1ForComposition( 
   ComObject deviceRef,
   ref SwapChainDescription1 descRef,
   Output restrictToOutputRef
)

Parameters

deviceRef
descRef
restrictToOutputRef
See Also

Reference

Factory2 Class
Factory2 Members