sliceWithBounds

fun sliceWithBounds(    left: Int,     top: Int,     right: Int,     bottom: Int,     name: String? = null,     clamped: Boolean = true,     orientation: SliceOrientation = this.orientation): RectSlice<T>