AppWindow.RequestMoveRelativeToWindowContent(AppWindow, Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发出请求,将窗口定位在相对于定位点窗口的指定偏移量处。
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 上。