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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.