Region.Inflate Method

Definition

Overloads

Inflate(Double)

Returns a region that is expanded by or has all of its subregions expanded by the specified size.

Inflate(Double, Double, Double, Double)

Returns a region that is expanded by or has all of its subregions expanded by the specified values.

Inflate(Double)

Returns a region that is expanded by or has all of its subregions expanded by the specified size.

public Xamarin.Forms.Region Inflate (double size);
member this.Inflate : double -> Xamarin.Forms.Region

Parameters

size
System.Double

The amount by which to move each side of the region or its subregions.

Returns

A region that is expanded by or has all of its subregions expanded by the specified size.

Applies to

Inflate(Double, Double, Double, Double)

Returns a region that is expanded by or has all of its subregions expanded by the specified values.

public Xamarin.Forms.Region Inflate (double left, double top, double right, double bottom);
member this.Inflate : double * double * double * double -> Xamarin.Forms.Region

Parameters

left
System.Double

The amount to move the left side to the left.

top
System.Double

The amount to move the top upward.

right
System.Double

The amount to move the right side to the right.

bottom
System.Double

The amount to move the bottom down.

Returns

A region that is expanded by or has all of its subregions expanded by the specified values.

Applies to