C# Class CefSharp.OffScreen.Example.Program

Show file Open project: cefsharp/CefSharp

Public Methods

Method Description
LoadPageAsync ( IWebBrowser browser, string address = null ) : System.Threading.Tasks.Task
Main ( string args ) : int

Private Methods

Method Description
DisplayBitmap ( Task task ) : void
MainAsync ( string cachePath, double zoomLevel ) : void

Method Details

LoadPageAsync() public static method

public static LoadPageAsync ( IWebBrowser browser, string address = null ) : System.Threading.Tasks.Task
browser IWebBrowser
address string
return System.Threading.Tasks.Task

Main() public static method

public static Main ( string args ) : int
args string
return int