Version: 2022.3
Experimental: this API is experimental and might be changed or removed in the future.

RectUtils.Inflate

切换到手册
public static Rect Inflate (Rect a, float left, float top, float right, float bottom);

参数

a 原始矩形。
left 将矩形向左放大的数量。
top 将矩形向顶部放大的数量。
right 将矩形向右放大的数量。
bottom 将矩形向底部放大的数量。

描述

创建并返回特定矩形的放大副本。该副本按照指定数量放大。