Click or drag to resize

OnPaintEventArgsBufferHandle Property

Version 102.0.100
contains the pixel data for the whole image. Will be width * height * 4 bytes in size and represents a BGRA image with an upper-left origin

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public IntPtr BufferHandle { get; }

Property Value

Type: IntPtr
See Also