AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) メソッド

定義

アンカー ウィンドウを基準にして、指定したオフセットにウィンドウを配置するように要求します。

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)

パラメーター

anchorWindow
AppWindow

このウィンドウの相対位置を指定するウィンドウ。

contentOffset
Point

アンカー ウィンドウに対するウィンドウの相対オフセット。

注釈

AppWindow.WindowingEnvironment が のTiled場合、ウィンドウはアンカー ウィンドウと同じ DisplayRegion に配置されます。

適用対象