다음을 통해 공유


DesktopSiteBridge.MoveAndResize(RectInt32) 메서드

정의

연결된 Win32 HWND를 지정된 위치로 이동하고 지정된 크기로 설정합니다.

public:
 virtual void MoveAndResize(RectInt32 rect) = MoveAndResize;
void MoveAndResize(RectInt32 const& rect);
public void MoveAndResize(RectInt32 rect);
function moveAndResize(rect)
Public Sub MoveAndResize (rect As RectInt32)

매개 변수

rect
RectInt32

부모의 Win32 클라이언트 좌표 공간에서 연결된 Win32 HWND의 크기와 위치입니다.

적용 대상