IBrowserHostGetZoomLevelAsync Method |
Version 130.1.90
Get the current zoom level. The default zoom level is 0.0. This method executes GetZoomLevel on the CEF UI thread
in an async fashion.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax Task<double> GetZoomLevelAsync()
Task<double>^ GetZoomLevelAsync()
Return Value
TaskDouble a
TaskTResult that when executed returns the zoom level as a double.
See Also