ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / SwapChain Class / ResizeBuffers Method

In This Topic
    ResizeBuffers Method
    In This Topic
    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 Integer, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal newFormat As Format, _
       ByVal swapChainFlags As SwapChainFlags _
    ) 
    public void ResizeBuffers( 
       int bufferCount,
       int width,
       int height,
       Format newFormat,
       SwapChainFlags swapChainFlags
    )

    Parameters

    bufferCount
    width
    height
    newFormat
    swapChainFlags
    See Also