Partilhar via


RectF.Inflate Método

Definição

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

Retornos

Aplica-se a