Share via


ITransformProvider.Resize(Double, Double) Método

Definición

Cambia el tamaño del control.

public:
 void Resize(double width, double height);
void Resize(double const& width, double const& height);
public void Resize(double width, double height);
function resize(width, height)
Public Sub Resize (width As Double, height As Double)

Parámetros

width
Double

double

Nuevo ancho de la ventana, en píxeles.

height
Double

double

Nuevo alto de la ventana, en píxeles.

Se aplica a