Lenguaje

IDynamicImageInstance.SetSize(Double, Double) Método

Definición

Establece el tamaño de la imagen.

public:
 void SetSize(double width, double height);
public void SetSize(double width, double height);
abstract member SetSize : double * double -> unit
Public Sub SetSize (width As Double, height As Double)

Parámetros

width
Double

Ancho de la imagen.

height
Double

Alto de la imagen.

Se aplica a