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 的大小和位置。

适用于