[]
        
(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)
Public Sub Inflate(width As Double, height As Double)
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)
Public Sub Inflate(size As C1Size)
Parameters
Type Name Description
C1Size size