IBrowserHostGetZoomLevelAsync Method |
Version 55.0.0
Get the current zoom level. The default zoom level is 0.0. This method can only be called on the CEF UI thread.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax Task<double> GetZoomLevelAsync()
Task<double>^ GetZoomLevelAsync()
Return Value
Type:
TaskDouble a
TaskTResult that when executed returns the zoom level as a double.
See Also