SKRect.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(Single, Single) |
Enlarges this SKRect structure by the specified amount. |
Inflate(SKSize) |
Enlarges this SKRect structure by the specified amount. |
Inflate(SKRect, Single, Single) |
Creates and returns an enlarged copy of the specified SKRect structure. The copy is enlarged by the specified amount and the original rectangle remains unmodified. |
Inflate(Single, Single)
Inflate(SKSize)
Inflate(SKRect, Single, Single)
Creates and returns an enlarged copy of the specified SKRect structure. The copy is enlarged by the specified amount and the original rectangle remains unmodified.
public static SkiaSharp.SKRect Inflate (SkiaSharp.SKRect rect, float x, float y);
Parameters
- x
- Single
The amount to enlarge the copy of the rectangle horizontally.
- y
- Single
The amount to enlarge the copy of the rectangle vertically.
Returns
The enlarged SKRect.