ComponentOne Bitmap for UWP
ResizeBuffers Method

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > SwapChain Class : ResizeBuffers Method
HRESULT IDXGISwapChain::ResizeBuffers([In] unsigned int BufferCount,[In] unsigned int Width,[In] unsigned int Height,[In] DXGI_FORMAT NewFormat,[In] DXGI_SWAP_CHAIN_FLAG SwapChainFlags)
Syntax
'Declaration
 
Public Sub ResizeBuffers( _
   ByVal bufferCount As System.Integer, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal newFormat As Format, _
   ByVal swapChainFlags As SwapChainFlags _
) 
public void ResizeBuffers( 
   System.int bufferCount,
   System.int width,
   System.int height,
   Format newFormat,
   SwapChainFlags swapChainFlags
)

Parameters

bufferCount
width
height
newFormat
swapChainFlags
See Also

Reference

SwapChain Class
SwapChain Members