InteropBitmapRenderHandler Constructor  | 
Version 106.0.290  
    Namespace: 
   CefSharp.Wpf.Rendering
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic InteropBitmapRenderHandler(
	DispatcherPriority dispatcherPriority = DispatcherPriority.Render
)
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