Resolution
Resolution
[androidJvm]
data class Resolution(val width: Int, val height: Int)
Constructors
Resolution | [androidJvm] constructor(width: Int, height: Int) |
Properties
Name | Summary |
---|---|
height | [androidJvm] val height: Int |
width | [androidJvm] val width: Int |