core-ktx / androidx.graphics / android.graphics.Rect / component3

component3

inline operator fun Rect.component3(): Int

Returns "right", the third component of the rectangle.

This method allows to use destructuring declarations when working with rectangles, for example:

val (left, top, right, bottom) = myRectangle