Zoom

data class Zoom(xZoom: DirectedZoom, yZoom: DirectedZoom)

A Zoom object stores information of the current zoom on X and Y directions.

See also

Constructors

Zoom
Link copied to clipboard
common
fun Zoom(xZoom: DirectedZoom = DirectedZoom(), yZoom: DirectedZoom = DirectedZoom())

Types

Companion
Link copied to clipboard
common
object Companion
Give access to Zoom.IDENTITY, the default zoom.

Properties

xZoom
Link copied to clipboard
common
val xZoom: DirectedZoom
The zoom on the X direction.
yZoom
Link copied to clipboard
common
val yZoom: DirectedZoom
The zoom on the Y direction.