WindowgetZoomLevel Method |
Gets the current zoom level of the window
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public void getZoomLevel(
Action<int> successCallback,
AckCallback errorCallback = null
)
Parameters
- successCallback
- Type: SystemActionInt32
Callback with the result of the zoom level - errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails.
The reason for failure is passed as an argument.
See Also