toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.binpack
/
BinPacker
/
ImageDoNotFitException
Image
Do
Not
Fit
Exception
class
ImageDoNotFitException
(
val
width
:
Double
,
val
height
:
Double
,
val
packer
:
BinPacker
)
:
Throwable
Members
Constructors
Image
Do
Not
Fit
Exception
Link copied to clipboard
constructor
(
width
:
Double
,
height
:
Double
,
packer
:
BinPacker
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
height
Link copied to clipboard
val
height
:
Double
message
Link copied to clipboard
open
val
message
:
String
?
packer
Link copied to clipboard
val
packer
:
BinPacker
width
Link copied to clipboard
val
width
:
Double