XamlUIPresenter.SetSize(Int32, Int32) Method

Definition

Specifies the width and height of the surface.

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)

Parameters

width
Int32

int

A width in pixels.

height
Int32

int

A height in pixels.

Applies to