Click or drag to resize

ChromiumWebBrowserCreateOffscreenBrowserWindowInfo Method

Version 75.1.140
Override this method to handle creation of WindowInfo. This method can be used to customise aspects of browser creation including configuration of settings such as SharedTextureEnabled (used for D3D11 shared texture rendering).

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
protected virtual IWindowInfo CreateOffscreenBrowserWindowInfo(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Window handle for the HwndSource

Return Value

Type: IWindowInfo
Window Info
See Also