updateBounds

fun RectF.updateBounds(left: Float = this.left, top: Float = this.top, right: Float = this.right, bottom: Float = this.bottom)

Updates the coordinates of this RectF.