core-ktx / androidx.graphics / android.graphics.Region / plus

plus

inline operator fun Region.plus(r: Rect): Region

Return the union of this region and the specified Rect as a new region.

inline operator fun Region.plus(r: Region): Region

Return the union of this region and the specified region as a new region.