| CefSharp.OffScreen Namespace | 
 Classes
Classes| Class | Description | |
|---|---|---|
|  | BitmapBuffer | 
            BitmapBuffer contains a byte[] used to store the Bitmap generated from OnPaint(PaintElementType, Rect, IntPtr, Int32, Int32)
            and associated methods for updating that buffer and creating a Bitmap from the actaual Buffer
             | 
|  | CefSettings | 
            Initialization settings. Many of these and other settings can also configured
            using command-line switches.
             | 
|  | ChromiumWebBrowser | 
            An offscreen instance of Chromium that you can use to take
            snapshots or evaluate JavaScript.
             | 
|  | DefaultRenderHandler | 
            Default implementation of IRenderHandler, this class handles Offscreen Rendering (OSR).
            Upstream documentation at http://magpcss.org/ceforum/apidocs3/projects/(default)/CefRenderHandler.html
             | 
|  | OnPaintEventArgs | 
            Event arguments to the OnPaint event handler.
            Pixel values are scaled relative to view coordinates based on the value of ScreenInfo.DeviceScaleFactor
            returned from GetScreenInfo. 
             | 
 Interfaces
Interfaces| Interface | Description | |
|---|---|---|
|  | IRenderHandler | 
            Implement this interface to handle Offscreen Rendering (OSR).
            Upstream documentation at http://magpcss.org/ceforum/apidocs3/projects/(default)/CefRenderHandler.html
             | 
 Enumerations
Enumerations| Enumeration | Description | |
|---|---|---|
|  | PopupBlending | 
            Represents the popup blending in the main bitmap.
             |