| OnPaintEventArgsBufferHandle Property  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic IntPtr BufferHandle { get; }public:
property IntPtr BufferHandle {
	IntPtr get ();
}Property Value
Type: 
IntPtr See Also
See Also