Click or drag to resize
RenderingEventArgs Constructor
Version 51.0.0
Initializes a new instance of the RenderingEventArgs class.

Namespace: CefSharp.Wpf
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public RenderingEventArgs(
	WpfBitmapInfo bitmapInfo
)

Parameters

bitmapInfo
Type: CefSharp.Wpf.RenderingWpfBitmapInfo
The bitmap information.
See Also