Wgl.RestoreBufferRegionARB

Commands for WGL_ARB_buffer_region

  1. HANDLE CreateBufferRegionARB(HDC hDC, int iLayerPlane, UINT uType)
  2. VOID DeleteBufferRegionARB(HANDLE hRegion)
  3. BOOL SaveBufferRegionARB(HANDLE hRegion, int x, int y, int width, int height)
  4. BOOL RestoreBufferRegionARB(HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc)
    class Wgl
    const
    BOOL
    RestoreBufferRegionARB
    (
    HANDLE hRegion
    ,
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    ,
    int xSrc
    ,
    int ySrc
    )

Meta