inline operator fun RectF.plus(r: RectF): RectF
Performs the union of this rectangle and the specified rectangle and returns the result as a new rectangle.
inline operator fun RectF.plus(xy: Float): RectF
Returns a new rectangle representing this rectangle offset by the specified amount on both X and Y axis.
inline operator fun RectF.plus(xy: PointF): RectF
Returns a new rectangle representing this rectangle offset by the specified point.