| BitmapBufferCreateBitmap Method  | 
Version 118.6.80 
            Creates a new Bitmap given with the current Width/Height and 
Format
            then copies the buffer that represents the bitmap.
            Locks 
BitmapLock before creating the 
Bitmap 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic Bitmap CreateBitmap()
public:
Bitmap^ CreateBitmap()
Return Value
Type: 
BitmapA new bitmap
 See Also
See Also