AspectRatio

data class AspectRatio(val height: Long, val width: Long)

width:height represents an aspect ratio. It may be approximate, and may not correspond to absolute dimensions in any given unit.

Constructors

Link copied to clipboard
constructor(height: Long, width: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val width: Long