ZoomLimit

class ZoomLimit(val factor: Float, val overzoomEffect: OverzoomEffect = OverzoomEffect.RubberBanding)

Constructors

Link copied to clipboard
constructor(factor: Float, overzoomEffect: OverzoomEffect = OverzoomEffect.RubberBanding)

Properties

Link copied to clipboard

The zoom limit as a percentage of the content size before overzoomEffect kicks in. For example, a value of 3.0 indicates that the content can be zoomed in up to 300% of its original size.

Link copied to clipboard