ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Factory Class / CreateSwapChain Method

In This Topic
    CreateSwapChain Method
    In This Topic
    HRESULT IDXGIFactory::CreateSwapChain([In] IUnknown* pDevice,[In] DXGI_SWAP_CHAIN_DESC* pDesc,[Out, Fast] IDXGISwapChain** ppSwapChain)
    Syntax
    'Declaration
     
    Public Function CreateSwapChain( _
       ByVal deviceRef As ComObject, _
       ByRef descRef As SwapChainDescription _
    ) As SwapChain
    public SwapChain CreateSwapChain( 
       ComObject deviceRef,
       ref SwapChainDescription descRef
    )

    Parameters

    deviceRef
    descRef
    See Also