data class Size
Describes the width and height dimensions of an entity.
<init> |
Describes the width and height dimensions of an entity. Size(width: Int, height: Int) |
height |
Height in pixels. val height: Int |
width |
Width in pixels. val width: Int |