sheets
core
/
com.maxkeppeler.sheets.core
/
Ratio
Ratio
data
class
Ratio
(
val
width
:
Int
,
val
height
:
Int
)
Content copied to clipboard
A class that represent an aspect ratio.
Constructors
Properties
Constructors
Ratio
Link copied to clipboard
fun
Ratio
(
width
:
Int
,
height
:
Int
)
Content copied to clipboard
Properties
dimension
Ratio
Link copied to clipboard
val
dimensionRatio
:
String
Content copied to clipboard
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard