ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal riid As System.Guid _
    ) As System.IntPtr
    public System.IntPtr GetBuffer( 
       System.int buffer,
       System.Guid riid
    )

    Parameters

    buffer
    riid
    See Also