Share via


DesktopSiteBridge.MoveAndResize(RectInt32) Method

Definition

Moves the associated Win32 HWND to the specified location and sets it to the specified size.

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)

Parameters

rect
RectInt32

The size and location of the associated Win32 HWND in the Win32 client coordinate space of the parent.

Applies to