[]
        
(Showing Draft Content)

C1.Util.DX.RectL.Inflate

Inflate Method

Inflate(int, int)

Inflates the rectangle by the specified amount.

Declaration
public void Inflate(int dx, int dy)
Parameters
Type Name Description
int dx
int dy

Inflate(RectL, int, int)

Inflates the rectangle by the specified amount.

Declaration
public static RectL Inflate(RectL rc, int dx, int dy)
Parameters
Type Name Description
RectL rc
int dx
int dy
Returns
Type Description
RectL