toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.slice
/
RectSlice
/
sliceWithBounds
slice
With
Bounds
fun
sliceWithBounds
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
name
:
String
?
=
null
,
clamped
:
Boolean
=
true
,
orientation
:
SliceOrientation
=
this.orientation
)
:
RectSlice
<
T
>