WritableBitmapRenderHandler 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 WritableBitmapRenderHandler(
double dpiX,
double dpiY,
bool invalidateDirtyRect = true,
DispatcherPriority dispatcherPriority = DispatcherPriority.Render
)
public:
WritableBitmapRenderHandler(
double dpiX,
double dpiY,
bool invalidateDirtyRect = true,
DispatcherPriority dispatcherPriority = DispatcherPriority::Render
)
Parameters
- dpiX Double
- The dpi x.
- dpiY Double
- The dpi y.
- invalidateDirtyRect Boolean (Optional)
- if true then only the direct rectangle will be updated, otherwise the whole bitmap will be redrawn
- dispatcherPriority DispatcherPriority (Optional)
- priority at which the bitmap will be updated on the UI thread
See Also