RectSlice

constructor(    base: T,     rect: RectangleInt,     orientation: SliceOrientation = SliceOrientation.ROTATE_0,     padding: MarginInt = MarginInt.ZERO,     name: String? = null)