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

In This Topic
    GetBuffer Method
    In This Topic
    HRESULT IDXGISwapChain::GetBuffer([In] unsigned int Buffer,[In] const GUID& riid,[Out] void** ppSurface)
    Syntax
    'Declaration
     
    Public Function GetBuffer( _
       ByVal buffer As Integer, _
       ByVal riid As Guid _
    ) As IntPtr
    public IntPtr GetBuffer( 
       int buffer,
       Guid riid
    )

    Parameters

    buffer
    riid
    See Also