Version 67.0.0
Implement this interface to handle Offscreen Rendering (OSR).
NOTE: Currently only OnPaint is implemented, at some point expand the API to include all
of CefRenderHandler methods http://magpcss.org/ceforum/apidocs3/projects/(default)/CefRenderHandler.html
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax public interface IRenderHandler : IDisposable
public interface class IRenderHandler : IDisposable
The IRenderHandler type exposes the following members.
Methods
| Name | Description |
---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
| OnPaint |
Called when an element should be painted. (Invoked from CefRenderHandler.OnPaint)
|
TopSee Also