BitmapBufferCreateBitmap Method |
Version 130.1.90
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.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public Bitmap CreateBitmap()
public:
Bitmap^ CreateBitmap()
Return Value
BitmapA new bitmap
See Also