RectF.Inflate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Inflate(SizeF) | |
Inflate(Single, Single) |
Inflate(SizeF)
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
Parâmetros
- sz
- SizeF
Retornos
Aplica-se a
Inflate(Single, Single)
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
Parâmetros
- width
- Single
- height
- Single