ChromiumWebBrowserCreateOffscreenBrowserWindowInfo Method |
Version 130.1.90
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.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax protected virtual IWindowInfo CreateOffscreenBrowserWindowInfo(
IntPtr handle
)
protected:
virtual IWindowInfo^ CreateOffscreenBrowserWindowInfo(
IntPtr handle
)
Parameters
- handle IntPtr
- Window handle for the HwndSource
Return Value
IWindowInfoWindow Info
See Also