Compartilhar via


XamlUIPresenter.SetSize(Int32, Int32) Método

Definição

Especifica a largura e a altura da superfície.

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

Uma largura em pixels.

height
Int32

int

Uma altura em pixels.

Aplica-se a