Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AppWindow.RequestMoveRelativeToDisplayRegion(DisplayRegion, Point) 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.

Makes a request to position the window in the specified display region at the specified offset.

public:
 virtual void RequestMoveRelativeToDisplayRegion(DisplayRegion ^ displayRegion, Point displayRegionOffset) = RequestMoveRelativeToDisplayRegion;
void RequestMoveRelativeToDisplayRegion(DisplayRegion const& displayRegion, Point const& displayRegionOffset);
public void RequestMoveRelativeToDisplayRegion(DisplayRegion displayRegion, Point displayRegionOffset);
function requestMoveRelativeToDisplayRegion(displayRegion, displayRegionOffset)
Public Sub RequestMoveRelativeToDisplayRegion (displayRegion As DisplayRegion, displayRegionOffset As Point)

Parameters

displayRegion
DisplayRegion

The display region to move the window to.

displayRegionOffset
Point

The offset of the window in the display region.

Remarks

The displayRegionOffset parameter is ignored if the AppWindow.WindowingEnvironment is Tiled.

Applies to


Feedback

Was this page helpful?