ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / SwapChain Class / Create Method
a reference to a Factory.
A reference to the device that will write 2D images to the swap chain.
A reference to the swap-chain description (see SwapChainDescription).

In This Topic
    Create Method (SwapChain)
    In This Topic
    Creates a swap chain.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory, _
       ByVal device As ComObject, _
       ByVal description As SwapChainDescription _
    ) As SwapChain
    public static SwapChain Create( 
       Factory factory,
       ComObject device,
       SwapChainDescription description
    )

    Parameters

    factory
    a reference to a Factory.
    device
    A reference to the device that will write 2D images to the swap chain.
    description
    A reference to the swap-chain description (see SwapChainDescription).
    See Also