Rect.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(Size) | |
Inflate(Double, Double) |
Inflate(Size)
- Source:
- Rect.cs
- Source:
- Rect.cs
public:
Microsoft::Maui::Graphics::Rect Inflate(Microsoft::Maui::Graphics::Size sz);
public Microsoft.Maui.Graphics.Rect Inflate (Microsoft.Maui.Graphics.Size sz);
member this.Inflate : Microsoft.Maui.Graphics.Size -> Microsoft.Maui.Graphics.Rect
Public Function Inflate (sz As Size) As Rect
Parameters
- sz
- Size
Returns
Applies to
Inflate(Double, Double)
- Source:
- Rect.cs
- Source:
- Rect.cs
public:
Microsoft::Maui::Graphics::Rect Inflate(double width, double height);
public Microsoft.Maui.Graphics.Rect Inflate (double width, double height);
member this.Inflate : double * double -> Microsoft.Maui.Graphics.Rect
Public Function Inflate (width As Double, height As Double) As Rect
Parameters
- width
- Double
- height
- Double
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.