ComponentOne Bitmap for UWP
Create Method (SwapChain)

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).
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

Reference

SwapChain Class
SwapChain Members