ImagesAspectRatio

data class ImagesAspectRatio(val width: Long, val height: 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(width: Long, height: Long)

Properties

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