Compartir a través de


MapInstance.SetSize(Double, Double) Método

Definición

Establece el tamaño de la instancia de mapa.

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

Parámetros

width
Double

Tamaño del ancho.

height
Double

Tamaño del alto.

Implementaciones

Se aplica a