Ratio

data class Ratio(val width: Int, val height: Int)

A class that represent an aspect ratio.

Constructors

Link copied to clipboard
fun Ratio(width: Int, height: Int)

Properties

Link copied to clipboard
val dimensionRatio: String
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int