-
public interface OnScaleChangedListenerInterface definition for callback to be invoked when attached ImageView scale changes
-
-
Method Summary
Modifier and Type Method Description abstract UnitonScaleChange(Float scaleFactor, Float focusX, Float focusY)Callback for when the scale changes -
-
Method Detail
-
onScaleChange
abstract Unit onScaleChange(Float scaleFactor, Float focusX, Float focusY)
Callback for when the scale changes
- Parameters:
scaleFactor- the scale factor (less than 1 for zoom out, greater than 1 for zoom in)focusX- focal point X positionfocusY- focal point Y position
-
-
-
-