ChromiumWebBrowserCreateOffscreenBrowserWindowInfo Method |
Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax protected virtual IWindowInfo CreateOffscreenBrowserWindowInfo(
IntPtr handle
)
protected:
virtual IWindowInfo^ CreateOffscreenBrowserWindowInfo(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
Window handle for the HwndSource
Return Value
Type:
IWindowInfoWindow Info
See Also