| ChromiumWebBrowserCreateOffscreenBrowserWindowInfo Method  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxprotected 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
See Also