AspectRatio

data class AspectRatio(var width: Double = 1.0, var height: Double = 1.0)

Configuration of the finder's aspect ratio.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(width: Double = 1.0, height: Double = 1.0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Height component of the aspect ratio. Default is 1.0

Link copied to clipboard

Width component of the aspect ratio. Default is 1.0

Functions

Link copied to clipboard
fun toJson(): JsonObject