InteropBitmapRenderHandler Constructor |
Version 130.1.90Namespace: CefSharp.Wpf.RenderingAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public InteropBitmapRenderHandler(
DispatcherPriority dispatcherPriority = DispatcherPriority.Render
)
public:
InteropBitmapRenderHandler(
DispatcherPriority dispatcherPriority = DispatcherPriority::Render
)
Parameters
- dispatcherPriority DispatcherPriority (Optional)
- priority at which the bitmap will be updated on the UI thread
See Also