toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.bitmap
/
NinePatchInfo
/
NinePatchInfo
Nine
Patch
Info
constructor
(
width
:
Int
,
height
:
Int
,
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
content
:
BmpSlice
?
=
null
)
constructor
(
xranges
:
List
<
Pair
<
Boolean
,
IntRange
>
>
,
yranges
:
List
<
Pair
<
Boolean
,
IntRange
>
>
,
width
:
Int
,
height
:
Int
,
content
:
BmpSlice
?
=
null
)