toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics
/
AGSize
AGSize
inline
class
AGSize
(
val
data
:
Int
)
Members
Constructors
AGSize
Link copied to clipboard
constructor
(
data
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Link copied to clipboard
val
data
:
Int
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
with
Link copied to clipboard
fun
with
(
width
:
Int
=
this.width
,
height
:
Int
=
this.height
)
:
AGSize