ChromiumWebBrowserCreateOffscreenBrowserWindowInfo Method  | 
Version 102.0.100 
            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: 102.0.100.0 (102.0.100.0)
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