ZoomManager

A class that implements the IZoomManager interface is able to convert the sliding of any physical/virtual device/control into a positive double value that represents a zoom rate.

Inheritors

Functions

Link copied to clipboard
abstract fun dec(value: Double)
Decreases the total amount of slides.
Link copied to clipboard
abstract fun getZoom(): Double
Gets the zoom rate.
Link copied to clipboard
abstract fun inc(value: Double)
Increases the total amount of slides.
Link copied to clipboard
abstract fun setZoom(rate: Double)
Sets the zoom rate.