[]
        
(Showing Draft Content)

C1.Android.Core.C1Rect.Inflate

Inflate Method

Inflate(double, double)

Inflates the rectangle that results from expanding the specified rectangle by the specified width and height, in all directions.

Declaration
public void Inflate(double width, double height)
Parameters
Type Name Description
double width
double height

Inflate(C1Size)

Returns the rectangle that results from expanding the specified rectangle by the specified Size, in all directions.

Declaration
public void Inflate(C1Size size)
Parameters
Type Name Description
C1Size size