toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view
/
ScalingOption
Scaling
Option
sealed
class
ScalingOption
Inheritors
ByWidthAndHeight
ByWidth
ByHeight
Members
Types
By
Height
Link copied to clipboard
data
class
ByHeight
(
val
height
:
Double
)
:
ScalingOption
By
Width
Link copied to clipboard
data
class
ByWidth
(
val
width
:
Double
)
:
ScalingOption
By
Width
And
Height
Link copied to clipboard
data
class
ByWidthAndHeight
(
val
width
:
Double
,
val
height
:
Double
)
:
ScalingOption