Bounds

constructor(@Json(name = "x") x: Int, @Json(name = "y") y: Int, @Json(name = "width") width: Int, @Json(name = "height") height: Int)
constructor(rect: Rect)
constructor(rect: RectF)
constructor(region: Region)
constructor(rect: Rect)