Compartir a través de


RectF.Inflate Método

Definición

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

Devoluciones

Se aplica 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

Devoluciones

Se aplica a