Interface IWebViewFactory
Describes web view factory provider.
public interface IWebViewFactory
Methods
CreateOffscreenView()
Creates new offscreen web view.
IWebView CreateOffscreenView()
Returns
- IWebView
Offscreen web view.
CreateOffscreenView(WebViewSettings)
Creates new offscreen web view with specific settings.
IWebView CreateOffscreenView(WebViewSettings settings)
Parameters
settings
WebViewSettingsBrowser view settings.
Returns
CreateView(WebViewSettings)
Creates new web view.
IWebView CreateView(WebViewSettings settings)
Parameters
settings
WebViewSettingsBrowser view settings.
Returns
CreateView(int, int)
Creates new web view.
IWebView CreateView(int width, int height)
Parameters
Returns
- IWebView
Web view.
CreateView(int, int, Color)
Creates new web view.
IWebView CreateView(int width, int height, Color background)
Parameters
Returns
- IWebView
Web view.