OnPaintEventArgsBufferHandle Property |
Version 130.1.90
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.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public IntPtr BufferHandle { get; }
public:
property IntPtr BufferHandle {
IntPtr get ();
}
Property Value
IntPtrSee Also