sliceWithSize

fun sliceWithSize(    x: Int,     y: Int,     width: Int,     height: Int,     name: String? = null,     clamped: Boolean = true,     orientation: SliceOrientation = this.orientation): RectSlice<T>