AppWindow.Move(PointInt32) 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 window to the specified point in screen coordinates.
public:
virtual void Move(PointInt32 position) = Move;
void Move(PointInt32 const& position);
public void Move(PointInt32 position);
function move(position)
Public Sub Move (position As PointInt32)
Parameters
- position
- PointInt32
The point to move the window to in screen coordinates.
Remarks
After the window position has changed a Changed event will occur.
Screen coordinates are relative to the upper-left corner of the screen; the coordinates of the upper-left corner are (0,0).