AppWindow.RequestMoveRelativeToDisplayRegion(DisplayRegion, Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发出请求,将窗口置于指定显示区域中的指定偏移量。
public:
virtual void RequestMoveRelativeToDisplayRegion(DisplayRegion ^ displayRegion, Point displayRegionOffset) = RequestMoveRelativeToDisplayRegion;
void RequestMoveRelativeToDisplayRegion(DisplayRegion const& displayRegion, Point const& displayRegionOffset);
public void RequestMoveRelativeToDisplayRegion(DisplayRegion displayRegion, Point displayRegionOffset);
function requestMoveRelativeToDisplayRegion(displayRegion, displayRegionOffset)
Public Sub RequestMoveRelativeToDisplayRegion (displayRegion As DisplayRegion, displayRegionOffset As Point)
参数
- displayRegion
- DisplayRegion
要将窗口移动到的显示区域。
- displayRegionOffset
- Point
窗口在显示区域中的偏移量。
注解
displayRegionOffset
如果 AppWindow.WindowingEnvironment 为 Tiled
,则忽略 参数。