Click or drag to resize

InteropBitmapRenderHandler Constructor

Version 102.0.100
Initializes a new instance of the InteropBitmapRenderHandler class.

Namespace:  CefSharp.Wpf.Rendering
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public InteropBitmapRenderHandler(
	DispatcherPriority dispatcherPriority = DispatcherPriority.Render
)

Parameters

dispatcherPriority (Optional)
Type: System.Windows.ThreadingDispatcherPriority
priority at which the bitmap will be updated on the UI thread
See Also