Region.Inflate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Inflate(Double) |
Returns a region that is expanded by or has all of its subregions expanded by the specified |
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.