Click or drag to resize

IRenderHandler Interface

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

The IRenderHandler type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodOnPaint
Called when an element should be painted. (Invoked from CefRenderHandler.OnPaint)
Top
See Also