다음을 통해 공유


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

높이(픽셀)입니다.

적용 대상