Version: 2020.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 The original rectangle.
left The amount to inflate the rectangle towards the left.
top The amount to inflate the rectangle towards the top.
right The amount to inflate the rectangle towards the right.
bottom The amount to inflate the rectangle towards the bottom.

설명

Creates and returns an enlarged copy of the specified rectangle. The copy is enlarged by the specified amounts.