XamlUIPresenter.SetSize(Int32, Int32) 方法

定义

指定图面的宽度和高度。

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)

参数

width
Int32

int

宽度(以像素为单位)。

height
Int32

int

高度(以像素为单位)。

适用于