Click or drag to resize

IOffScreenRenderProviderPaintHandler Property

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

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IHandler<PaintParameters> PaintHandler { get; set; }

Property Value

Type: IHandlerPaintParameters
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also