AppWindow.Move(PointInt32) Method

Definition

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).

Applies to

See also