Bagikan melalui


AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) Metode

Definisi

Membuat permintaan untuk memosisikan jendela pada offset yang ditentukan relatif terhadap jendela jangkar.

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)

Parameter

anchorWindow
AppWindow

Jendela untuk memposisikan jendela ini relatif terhadap.

contentOffset
Point

Offset jendela relatif terhadap jendela jangkar.

Keterangan

Jika AppWindow.WindowingEnvironment adalah Tiled, jendela ditempatkan pada DisplayRegion yang sama dengan jendela jangkar.

Berlaku untuk