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