DesktopSiteBridge.MoveAndResize(RectInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.