Zoom

data class Zoom(val point: Point) : Interaction

A zoom interaction.

Constructors

Link copied to clipboard
constructor(point: Point)

Properties

Link copied to clipboard
open override val point: Point