Click or drag to resize

IRenderHandler Methods

Version 75.1.140

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 methodOnAcceleratedPaint
Called when an element has been rendered to the shared texture handle. This method is only called when SharedTextureEnabled is set to true
Public methodOnPaint
Called when an element should be painted. (Invoked from CefRenderHandler.OnPaint) This method is only called when SharedTextureEnabled is set to false.
Top
See Also