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.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