crop

fun crop(rect: Rect): NV21Image
fun crop(    left: Int,     top: Int,     right: Int,     bottom: Int): NV21Image

Crop a region of the NV21Image.

https://www.programmersought.com/article/75461140907/