korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.bitmap
/
NinePatchInfo
/
NinePatchInfo
Nine
Patch
Info
constructor
(
xranges
:
List
<
Pair
<
Boolean
,
IntRange
>
>
,
yranges
:
List
<
Pair
<
Boolean
,
IntRange
>
>
,
width
:
Int
,
height
:
Int
,
content
:
BmpSlice
?
=
null
)
constructor
(
width
:
Int
,
height
:
Int
,
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
content
:
BmpSlice
?
=
null
)