Click or drag to resize

IOffScreenRenderProvider Interface

Provides access to an image rendered by the browser that works in the off-screen rendering mode.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.0
Syntax
C#
public interface IOffScreenRenderProvider

The IOffScreenRenderProvider type exposes the following members.

Properties
  NameDescription
Public propertyPaintHandler
Gets or sets a handler that is used when the browser contents should be rendered.
Top
Methods
  NameDescription
Public methodHide
Tells the browser to stop rendering its content as if it was hidden.
Public methodShow
Tells the browser to start rendering its content as if it was shown on the screen.
Top
See Also