Table of Contents

Interface IOffScreenRenderProvider

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

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

public interface IOffScreenRenderProvider

Properties

PaintHandler

Gets or sets a handler that is used when the browser contents should be rendered.

Methods

Hide()

Tells the browser to stop rendering its content as if it was hidden.

Show()

Tells the browser to start rendering its content as if it was shown on the screen.

Events

CursorChanged

Occurs when the cursor should be changed.