ZoomFactorChangeListener
The ZoomFactorChangeListener interface defines the methods for monitoring the change of the zoom-factor.
Definition
Assembly: package com.dynamsoft.dce
interface ZoomFactorChangeListener
Methods
| Method | Description |
|---|---|
onZoomFactorChanged |
The method for monitoring the change of the zoom-factor. |
onZoomFactorChanged
The method for monitoring the change of the zoom-factor.
void onZoomFactorChanged(float currentZoomFactor);
Parameters
currentZoomFactor: The current zoom-factor.