AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) Metodo

Definizione

Effettua una richiesta per posizionare la finestra in corrispondenza dell'offset specificato rispetto alla finestra di ancoraggio.

public:
 virtual void RequestMoveRelativeToWindowContent(AppWindow ^ anchorWindow, Point contentOffset) = RequestMoveRelativeToWindowContent;
void RequestMoveRelativeToWindowContent(AppWindow const& anchorWindow, Point const& contentOffset);
public void RequestMoveRelativeToWindowContent(AppWindow anchorWindow, Point contentOffset);
function requestMoveRelativeToWindowContent(anchorWindow, contentOffset)
Public Sub RequestMoveRelativeToWindowContent (anchorWindow As AppWindow, contentOffset As Point)

Parametri

anchorWindow
AppWindow

Finestra da posizionare in relazione a questa finestra.

contentOffset
Point

Offset della finestra rispetto alla finestra di ancoraggio.

Commenti

Se appWindow.WindowingEnvironment è , la finestra viene Tiledposizionata nella stessa finestra DisplayRegion della finestra di ancoraggio.

Si applica a