toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector
/
NinePatchShape
Nine
Patch
Shape
class
NinePatchShape
(
val
shape
:
Shape
,
val
slices
:
NinePatchSlices2D
)
Members
Constructors
Nine
Patch
Shape
Link copied to clipboard
constructor
(
shape
:
Shape
,
slices
:
NinePatchSlices2D
)
Properties
shape
Link copied to clipboard
val
shape
:
Shape
size
Link copied to clipboard
val
size
:
Size
slices
Link copied to clipboard
val
slices
:
NinePatchSlices2D
Functions
get
Scaled
Point
At
Link copied to clipboard
fun
getScaledPointAt
(
point
:
Point
,
newSize
:
Size
)
:
Point
transform
Link copied to clipboard
fun
transform
(
newSize
:
Size
)
:
Shape