AspectRatio

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

Represents an aspect ratio.

Constructors

Link copied to clipboard
fun AspectRatio(width: ULong, height: ULong)

Properties

Link copied to clipboard

aspect ratio height, without unit

Link copied to clipboard

aspect ratio width, without unit