toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.assets
/
Size
Size
data
class
Size
(
val
width
:
Int
,
val
height
:
Int
)
Represents a 2-dimensional size with a
width
and a
height
.
Members
Constructors
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int