CellSize

data class CellSize(xOffset: Int, yOffset: Int, width: Int, height: Int)

Properties

height
Link copied to clipboard
val height: Int
width
Link copied to clipboard
val width: Int
xOffset
Link copied to clipboard
val xOffset: Int
yOffset
Link copied to clipboard
val yOffset: Int