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.WindowingEnvironmentTiled,则窗口将放置在与定位点窗口相同的 DisplayRegion 上。

适用于