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 のサイズと位置。

適用対象