Lenguaje

XamlUIPresenter.SetSize(Int32, Int32) Método

Definición

Especifica el ancho y el alto de la superficie.

public:
 virtual void SetSize(int width, int height) = SetSize;
void SetSize(int const& width, int const& height);
public void SetSize(int width, int height);
function setSize(width, height)
Public Sub SetSize (width As Integer, height As Integer)

Parámetros

width
Int32

int

Ancho en píxeles.

height
Int32

int

Alto en píxeles.

Se aplica a