Freigeben über


XamlUIPresenter.SetSize(Int32, Int32) Methode

Definition

Gibt die Breite und Höhe der Oberfläche an.

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)

Parameter

width
Int32

int

Eine Breite in Pixel.

height
Int32

int

Eine Höhe in Pixel.

Gilt für: